public class UninitializedStateException extends StaticRuntimeException implements StaticThrowable<UninitializedStateException>
StaticThrowable.Hidden
Modifier and Type | Method and Description |
---|---|
static UninitializedStateException |
get()
Gets the static instance of this class and initializes its stack trace.
|
UninitializedStateException |
getSingleton()
For the case of legacy code that creates an RTSJ exception
explicity, this provides a means of obtaining its singleton version.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, init, init, init, init, initCause, isStatic, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplace
public static UninitializedStateException get()
public UninitializedStateException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<UninitializedStateException>
getSingleton
in class StaticRuntimeException