public class InaccessibleAreaException extends StaticRuntimeException implements StaticThrowable<InaccessibleAreaException>
StaticThrowable.Hidden| Constructor and Description |
|---|
InaccessibleAreaException()
A constructor for
InaccessibleAreaException, but application code
should use get() instead. |
InaccessibleAreaException(java.lang.String description)
Deprecated.
since RTSJ 2.0; application code should use
get()
instead. |
| Modifier and Type | Method and Description |
|---|---|
static InaccessibleAreaException |
get()
Obtains the singleton of this static throwable.
|
InaccessibleAreaException |
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, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, init, init, init, init, initCause, isStatic, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplacepublic InaccessibleAreaException()
InaccessibleAreaException, but application code
should use get() instead.@Deprecated public InaccessibleAreaException(java.lang.String description)
get()
instead.InaccessibleAreaException.description - Description of the error.public static InaccessibleAreaException get()
public InaccessibleAreaException getSingleton()
StaticThrowablegetSingleton in interface StaticThrowable<InaccessibleAreaException>getSingleton in class StaticRuntimeException