Package ptolemy.actor.ptalon
Class PtalonScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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$
- Author:
- Adam Cataldo, Elaine Cheong
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (acataldo)
- Pt.ProposedRating:
- Red (acataldo)
-
-
Constructor Summary
Constructors Constructor Description PtalonScopeException(java.lang.String message)
Generate a Ptalon ScopeException.PtalonScopeException(java.lang.String message, java.lang.Throwable cause)
Generate a Ptalon ScopeException.
-
-
-
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.
-
-