|
![]() |
|||||||||
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.UnknownHappeningException
public class UnknownHappeningException
Jamaica Real-Time Specification for Java class UnknownHappeningException.
This is thrown by AsyncEvent.bindTo and AsyncEvent.unbindTo if the happening parameter contains a value that is not supported by this RTSJ implementation.
Constructor Summary | |
---|---|
UnknownHappeningException()
Constructor of this exception without detail message. |
|
UnknownHappeningException(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 UnknownHappeningException()
public UnknownHappeningException(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 |