Skip to content

Latest commit

 

History

History
115 lines (80 loc) · 3.41 KB

JavaException.md

File metadata and controls

115 lines (80 loc) · 3.41 KB

JavaException

  • class JavaException (php\lang\JavaException) extends Exception (Exception)
  • package std
  • source php/lang/JavaException.php

Child Classes

TimeoutException, IOException, IllegalArgumentException, IllegalStateException, InterruptedException, NumberFormatException, SocketException, RegexException

Description

Class JavaException


Methods


Methods

isRuntimeException()

isRuntimeException(): bool

Check exception instance of java.lang.RuntimeException


isNullPointerException()

isNullPointerException(): bool

Check exception instance of java.lang.NullPointerException


isIllegalArgumentException()

isIllegalArgumentException(): bool

Check exception instance of java.lang.IllegalArgumentException


isNumberFormatException()

isNumberFormatException(): bool

Check exception instance of java.lang.NumberFormatException


getExceptionClass()

getExceptionClass(): JavaClass

getJavaException()

getJavaException(): JavaObject

printJVMStackTrace()

printJVMStackTrace(): void

Print jvm stack trace


getJVMStackTrace()

getJVMStackTrace(): string

Get jvm stack trace as string.


getErrno()

getErrno(): void