|
|||||||||
| 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
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. |
|
| 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()
MITViolationException.
public MITViolationException(java.lang.String description)
MITViolationException.
description - Description of the error.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||