javax.realtime
Class ThrowBoundaryError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjavax.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

Constructor Summary
ThrowBoundaryError()
           
ThrowBoundaryError(String description)
           
 
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

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.