dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
UnsupportedOperationException
java
lang
exceptions
Undocumented in source.
class
UnsupportedOperationException :
RuntimeException
{
this
(String e);
this
(Exception e);
}
Constructors
this
this
(String e)
Undocumented in source.
this
this
(Exception e)
Undocumented in source.
Inherited Members
From RuntimeException
getMessage
String
getMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
getCause
Throwable
getCause
()
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