public class ThrowBoundaryError extends Error implements Serializable
Jamaica Real-Time Specification for Java class ThrowBoundaryError.
This exception is thrown by MemoryArea.enter if the logic performed within the MemoryArea returned by throwing an exception and this exception is allocated in a memory area that is no more accessible after returning from enter.
Constructor and Description |
---|
ThrowBoundaryError()
Constructor
|
ThrowBoundaryError(String description)
Constructor of this exception with detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ThrowBoundaryError()
public ThrowBoundaryError(String description)
description
- the detail message or null if none.