Package ptolemy.actor.ptalon
Class PtalonRuntimeException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ptolemy.actor.ptalon.PtalonRuntimeException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class PtalonRuntimeException extends java.lang.ExceptionAn Exception that occurs while trying to populate the PtalonActor 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 PtalonRuntimeException(java.lang.String message)Create a PtalonRuntimeException.PtalonRuntimeException(java.lang.String message, java.lang.Throwable cause)Create a PtalonRuntimeException. 
 - 
 
- 
- 
Constructor Detail
- 
PtalonRuntimeException
public PtalonRuntimeException(java.lang.String message)
Create a PtalonRuntimeException.- Parameters:
 message- An explanation of the offense.
 
- 
PtalonRuntimeException
public PtalonRuntimeException(java.lang.String message, java.lang.Throwable cause)Create a PtalonRuntimeException.- Parameters:
 message- An explanation of the offense.cause- The cause of the offense.
 
 - 
 
 -