public class ScopedCycleException extends StaticRuntimeException implements StaticThrowable<ScopedCycleException>
ScopedMemory
where that operation would
cause a violation of the single parent rule.StaticThrowable.Hidden
Constructor and Description |
---|
ScopedCycleException()
Deprecated.
since RTSJ 2.0; application code should use
get()
instead. |
ScopedCycleException(java.lang.String description)
Deprecated.
since RTSJ 2.0; application code should use
get()
instead. |
Modifier and Type | Method and Description |
---|---|
static ScopedCycleException |
get()
Obtains the singleton of this static throwable.
|
ScopedCycleException |
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
@Deprecated public ScopedCycleException()
get()
instead.ScopedCycleException
, but application code
should use get()
instead.@Deprecated public ScopedCycleException(java.lang.String description)
get()
instead.ScopedCycleException
.description
- Description of the error.public static ScopedCycleException get()
public ScopedCycleException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<ScopedCycleException>
getSingleton
in class StaticRuntimeException