public class CeilingViolationException extends IllegalTaskStateException
StaticThrowable.Hidden
Modifier and Type | Method and Description |
---|---|
static CeilingViolationException |
get()
Obtains the singleton of this static throwable.
|
int |
getCallerPriority()
Get the active priority of the schedulable object that caused
this exception.
|
int |
getCeiling()
Get the ceiling of the monitor that this thread tried to enter.
|
CeilingViolationException |
getSingleton()
For the case of legacy code that creates an RTSJ exception
explicity, this provides a means of obtaining its singleton version.
|
CeilingViolationException |
init(int caller_pri,
int ceil)
Constructor of this exception without detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
addSuppressed, getSuppressed, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
init, init, init, init, isStatic, writeReplace
public static CeilingViolationException get()
public CeilingViolationException init(int caller_pri, int ceil)
caller_pri
- The active priority of the thread that caused
this exception.ceil
- The ceiling of the monitor that this thread tried to
enter.public CeilingViolationException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<IllegalTaskStateException>
getSingleton
in class IllegalTaskStateException
public int getCallerPriority()
public int getCeiling()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.