|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.MITViolationException
public class MITViolationException
Jamaica Real-Time Specification for Java class MITViolationException.
This exception is thrown by AsyncEvent.fire() if the fire caused a release of an event handler that is earlier than the MIT since the last release of that handler and the MIT violation policy for this handler is EXCEPT.
Constructor Summary | |
---|---|
MITViolationException()
Constructor of this exception without detail message. |
|
MITViolationException(String description)
Constructor of this exception with detail message. |
Method Summary |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MITViolationException()
public MITViolationException(String description)
description
- The detail message or null if none.
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |