|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
se.lth.cs.realtime.RTError
se.lth.cs.realtime.semaphore.SemViolation
Unchecked exception in form of an Error
, to be thrown when
semaphore methods are misused. At the moment of writing, the only
case is when trying to unlock a mutex semaphore without first
having acquired it.
License
,
RTError
,
Error
,
Serialized FormConstructor Summary | |
SemViolation(java.lang.String error)
|
Methods inherited from class se.lth.cs.realtime.RTError |
getMillis, getSequenceNumber |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SemViolation(java.lang.String error)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |