Package ptolemy.graph.analysis
Class AnalysisException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- ptolemy.graph.analysis.AnalysisException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- InvalidAnalyzerException
 
 public class AnalysisException extends java.lang.RuntimeExceptionBase exception for non-checked exceptions in the analyses package.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Shahrooz Shahparnia
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (ssb)
- Pt.ProposedRating:
- Red (shahrooz)
 
- 
- 
Constructor SummaryConstructors Constructor Description AnalysisException()The default constructor without arguments.AnalysisException(java.lang.String message)Constructor with a text description as argument.AnalysisException(java.lang.String message, java.lang.Throwable cause)Constructor with a text description and cause as argument.
 
- 
- 
- 
Constructor Detail- 
AnalysisExceptionpublic AnalysisException() The default constructor without arguments.
 - 
AnalysisExceptionpublic AnalysisException(java.lang.String message) Constructor with a text description as argument.- Parameters:
- message- The text description of the exception.
 
 - 
AnalysisExceptionpublic AnalysisException(java.lang.String message, java.lang.Throwable cause)Constructor with a text description and cause as argument.- Parameters:
- message- The text description of the exception.
- cause- The exception that caused this exception.
 
 
- 
 
-