dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
RuntimeException
java
lang
exceptions
Undocumented in source.
class
RuntimeException : Exception {
this
(String file, long line, String msg);
this
(String e);
this
(Exception e);
String
getMessage
();
Throwable
getCause
();
}
Constructors
this
this
(String file, long line, String msg)
Undocumented in source.
this
this
(String e)
Undocumented in source.
this
this
(Exception e)
Undocumented in source.
Members
Functions
getCause
Throwable
getCause
()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
String
getMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
java
lang
exceptions
aliases
ArrayIndexOutOfBoundsException
IOException
IllegalArgumentException
NoSuchElementException
PlatformException
Throwable
UnicodeException
classes
ArithmeticException
ClassCastException
IllegalAccessException
IllegalStateException
IndexOutOfBoundsException
InternalError
InterruptedException
NoSuchMethodException
NullPointerException
NumberFormatException
RuntimeException
SecurityException
StringIndexOutOfBoundsException
UnsupportedOperationException
functions
ExceptionGetLocalizedMessage
ExceptionPrintStackTrace
PrintStackTrace