Skip to content

Latest commit

 

History

History
115 lines (80 loc) · 3.5 KB

JavaException.ru.md

File metadata and controls

115 lines (80 loc) · 3.5 KB

JavaException

  • класс JavaException (php\lang\JavaException) унаследован от Exception (Exception)
  • пакет std
  • исходники php/lang/JavaException.php

Классы наследники

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

Описание

Class JavaException


Методы


Методы

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