java.lang.exceptions

Undocumented in source.

Members

Aliases

ArrayIndexOutOfBoundsException
alias ArrayIndexOutOfBoundsException = tango.core.Exception.ArrayBoundsException
Undocumented in source.
ArrayIndexOutOfBoundsException
alias ArrayIndexOutOfBoundsException = core.exception.RangeError
Undocumented in source.
IOException
alias IOException = tango.core.Exception.IOException
Undocumented in source.
IllegalArgumentException
alias IllegalArgumentException = tango.core.Exception.IllegalArgumentException
Undocumented in source.
NoSuchElementException
alias NoSuchElementException = tango.core.Exception.NoSuchElementException
Undocumented in source.
PlatformException
alias PlatformException = tango.core.Exception.PlatformException
Undocumented in source.
Throwable
alias Throwable = Exception
Undocumented in source.
UnicodeException
alias UnicodeException = tango.core.Exception.UnicodeException
Undocumented in source.

Classes

ArithmeticException
class ArithmeticException
Undocumented in source.
ClassCastException
class ClassCastException
Undocumented in source.
IOException
class IOException
Undocumented in source.
IllegalAccessException
class IllegalAccessException
Undocumented in source.
IllegalArgumentException
class IllegalArgumentException
Undocumented in source.
IllegalStateException
class IllegalStateException
Undocumented in source.
IndexOutOfBoundsException
class IndexOutOfBoundsException
Undocumented in source.
InternalError
class InternalError
Undocumented in source.
InterruptedException
class InterruptedException
Undocumented in source.
NoSuchElementException
class NoSuchElementException
Undocumented in source.
NoSuchMethodException
class NoSuchMethodException
Undocumented in source.
NullPointerException
class NullPointerException
Undocumented in source.
NumberFormatException
class NumberFormatException
Undocumented in source.
PlatformException
class PlatformException
Undocumented in source.
RuntimeException
class RuntimeException
Undocumented in source.
SecurityException
class SecurityException
Undocumented in source.
StringIndexOutOfBoundsException
class StringIndexOutOfBoundsException
Undocumented in source.
UnicodeException
class UnicodeException
Undocumented in source.
UnsupportedOperationException
class UnsupportedOperationException
Undocumented in source.

Functions

ExceptionGetLocalizedMessage
String ExceptionGetLocalizedMessage(Exception e)

Extension to the D Exception

ExceptionPrintStackTrace
void ExceptionPrintStackTrace(Exception e)

Extension to the D Exception

ExceptionPrintStackTrace
void ExceptionPrintStackTrace(Throwable e, void delegate(String file, ulong line, String fmt, ...) dg)

Extension to the D Exception

ExceptionPrintStackTrace
void ExceptionPrintStackTrace(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
PrintStackTrace
void PrintStackTrace(int deepth, String prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta