public class UnknownHappeningException extends StaticRuntimeException implements StaticThrowable<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.
StaticThrowable.Hidden
Constructor and Description |
---|
UnknownHappeningException()
Constructor of this exception without detail message.
|
UnknownHappeningException(String description)
Constructor of this exception with detail message.
|
Modifier and Type | Method and Description |
---|---|
static UnknownHappeningException |
get() |
UnknownHappeningException |
getSingleton()
For the case of legacy code that creates an RTSJ exception
explicity, this provides a means of obtaining its singleton version.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
addSuppressed, getSuppressed, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, init, init, init, init, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplace
public UnknownHappeningException()
public UnknownHappeningException(String description)
description
- The detail message or null if none.public static UnknownHappeningException get()
public UnknownHappeningException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<UnknownHappeningException>
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.