- 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(): boolCheck exception instance of java.lang.RuntimeException
isNullPointerException(): boolCheck exception instance of java.lang.NullPointerException
isIllegalArgumentException(): boolCheck exception instance of java.lang.IllegalArgumentException
isNumberFormatException(): boolCheck exception instance of java.lang.NumberFormatException
getExceptionClass(): JavaClassgetJavaException(): JavaObjectprintJVMStackTrace(): voidPrint jvm stack trace
getJVMStackTrace(): stringGet jvm stack trace as string.
getErrno(): void