javax.realtime
Class ThrowBoundaryError
java.lang.Object
java.lang.Throwable
java.lang.Error
javax.realtime.ThrowBoundaryError
- All Implemented Interfaces:
- Serializable
- public class ThrowBoundaryError
- extends Error
This error is thrown by MemoryArea.enter()
(and associated methods) if an exception
allocated in a memory area is thrown against its scope boundary;
that is, if an exception object cannot propagate further up the
call stack because it is being deallocated. Unfortunately, this
means that this Error cannot give any strong clues as to its cause
without violating the referencing requirements of RTSJ.
- Author:
- Morgan Deters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ThrowBoundaryError
public ThrowBoundaryError()
ThrowBoundaryError
public ThrowBoundaryError(String description)
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2005 Angelo Corsaro and Morgan Deters.