aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

javax.realtime
Class MITViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.realtime.MITViolationException
All Implemented Interfaces:
java.io.Serializable

public class MITViolationException
extends java.lang.RuntimeException
implements java.io.Serializable

Jamaica Realtime Specification for Java class MITViolationException.

This execption 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.

See Also:
Serialized Form

Constructor Summary
MITViolationException()
          Constructor of this exception without detail message.
MITViolationException(java.lang.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

MITViolationException

public MITViolationException()
Constructor of this exception without detail message.


MITViolationException

public MITViolationException(java.lang.String description)
Constructor of this exception with detail message.

Parameters:
description - The detail message or null if none.

aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.