ptolemy.actor.ptalon
Class PtalonScopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ptolemy.actor.ptalon.PtalonScopeException
All Implemented Interfaces:
java.io.Serializable

public class PtalonScopeException
extends java.lang.Exception

An Exception related to the scope of variables in the Ptalon interpreter.

Since:
Ptolemy II 6.1
Version:
$Id: PtalonScopeException.java 47664 2007-12-26 22:55:40Z celaine $
Author:
Adam Cataldo, Elaine Cheong
See Also:
Serialized Form
Accepted Rating:
Red (acataldo)
Proposed Rating:
Red (acataldo)

Constructor Summary
PtalonScopeException(java.lang.String message)
          Generate a Ptalon ScopeException.
PtalonScopeException(java.lang.String message, java.lang.Throwable cause)
          Generate a Ptalon ScopeException.
 
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

PtalonScopeException

public PtalonScopeException(java.lang.String message)
Generate a Ptalon ScopeException.

Parameters:
message - An explanation of the offense

PtalonScopeException

public PtalonScopeException(java.lang.String message,
                            java.lang.Throwable cause)
Generate a Ptalon ScopeException.

Parameters:
message - An explanation of the offense.
cause - The cause of the offense.