java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.MITViolationException
Thrown by the fire method of an instance of AsyncEvent
when on a minimum interarrival time violation.
More specifically, it is thrown when:
AsyncEventHandler associated with the
AsyncEvent has ReleaseParameters from the class
SporadicParametersmitViolationExceptfire violates the minimum interarrival time constraint.
| Constructor Summary | |
MITViolationException()
A constructor for MITViolationException. |
|
MITViolationException(java.lang.String description)
A descriptive constructor for MITViolationException. |
|
| 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()
MITViolationException.
public MITViolationException(java.lang.String description)
MITViolationException.
description - Description of the error.