|
![]() |
|||||||||
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.InaccessibleAreaException
public class InaccessibleAreaException
Jamaica Real-Time Specification for Java class InaccessibleAreaException.
This exception is thrown on a call to MemoryArea.executeInArea if the memory area is not accessible, i.e., it is not primordial or on the current scope stack.
Constructor Summary | |
---|---|
InaccessibleAreaException()
Constructor of this exception without detail message. |
|
InaccessibleAreaException(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 InaccessibleAreaException()
public InaccessibleAreaException(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 |