java_last_exception_getGet last Java exception Description
object java_last_exception_get
( void
)
Gets last Java exception. Return ValuesReturns an exception object. ExamplesThe following example demonstrates the usage of Java's exception handler from within PHP: Example #1 Java exception handler
<?php NotesWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. |