UnsupportedOperationException

TODO add class description

class UnsupportedOperationException : RuntimeException {}

Constructors

this
this(string elementDescription)
Undocumented in source.

Inherited Members

From RuntimeException

elementDescription
string elementDescription;
Undocumented in source.
msg
string msg()
Undocumented in source. Be warned that the author may not have intended to support it.
initCause
void initCause(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
getCause
Exception getCause()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta