aicas logoJamaica 6.4 release 1

javax.realtime
Class ThrowBoundaryError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by javax.realtime.ThrowBoundaryError
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

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

ThrowBoundaryError

public ThrowBoundaryError()
Constructor


ThrowBoundaryError

public ThrowBoundaryError(String description)
Constructor of this exception with detail message.

Parameters:
description - the detail message or null if none.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.