public class ArrivalTimeQueueOverflowException extends EventQueueOverflowException
EventQueueOverflowException
StaticThrowable.Hidden
Constructor and Description |
---|
ArrivalTimeQueueOverflowException()
The default constructor for
ArrivalTimeQueueOverflowException ,
but user code should use get() instead. |
ArrivalTimeQueueOverflowException(java.lang.String description)
Deprecated.
since RTSJ 2.0; application code should use
get()
instead. |
Modifier and Type | Method and Description |
---|---|
static ArrivalTimeQueueOverflowException |
get()
Obtains the singleton of this static throwable.
|
ArrivalTimeQueueOverflowException |
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 ArrivalTimeQueueOverflowException()
ArrivalTimeQueueOverflowException
,
but user code should use get()
instead.@Deprecated public ArrivalTimeQueueOverflowException(java.lang.String description)
get()
instead.ArrivalTimeQueueOverflowException
.description
- A description of the exception.public static ArrivalTimeQueueOverflowException get()
Throwable
.public ArrivalTimeQueueOverflowException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<EventQueueOverflowException>
getSingleton
in class EventQueueOverflowException