- class
JavaException
(php\lang\JavaException
) extendsException
(Exception
) - package
std
- source
php/lang/JavaException.php
Child Classes
TimeoutException, IOException, IllegalArgumentException, IllegalStateException, InterruptedException, NumberFormatException, SocketException, RegexException
Description
Class JavaException
->
isRuntimeException()
- Check exception instance of java.lang.RuntimeException->
isNullPointerException()
- Check exception instance of java.lang.NullPointerException->
isIllegalArgumentException()
- Check exception instance of java.lang.IllegalArgumentException->
isNumberFormatException()
- Check exception instance of java.lang.NumberFormatException->
getExceptionClass()
->
getJavaException()
->
printJVMStackTrace()
- Print jvm stack trace->
getJVMStackTrace()
- Get jvm stack trace as string.->
getErrno()
isRuntimeException(): bool
Check exception instance of java.lang.RuntimeException
isNullPointerException(): bool
Check exception instance of java.lang.NullPointerException
isIllegalArgumentException(): bool
Check exception instance of java.lang.IllegalArgumentException
isNumberFormatException(): bool
Check exception instance of java.lang.NumberFormatException
getExceptionClass(): JavaClass
getJavaException(): JavaObject
printJVMStackTrace(): void
Print jvm stack trace
getJVMStackTrace(): string
Get jvm stack trace as string.
getErrno(): void