java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.MITViolationException
public class MITViolationException
Thrown by the AsyncEvent.fire() or
AsyncEventHandler.getAndIncrementPendingFireCount()
on a minimum interarrival time violation.
More specifically, it is thrown under the semantics of
the base priority scheduler's sporadic parameters'
mitViolationExcept policy when an attempt
is made to introduce a release that would violate the MIT
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.