Package ptolemy.graph.analysis
Class InvalidAnalyzerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ptolemy.graph.analysis.AnalysisException
-
- ptolemy.graph.analysis.InvalidAnalyzerException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidAnalyzerException extends AnalysisException
Invalid analyzer plugged into an analysis. Signals an invalid analyzer plugged into an analysis.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Shahrooz Shahparnia
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (ssb)
- Pt.ProposedRating:
- Red (shahrooz)
-
-
Constructor Summary
Constructors Constructor Description InvalidAnalyzerException()
The default constructor without arguments.InvalidAnalyzerException(java.lang.String message)
Constructor with a text description as argument.
-
-
-
Constructor Detail
-
InvalidAnalyzerException
public InvalidAnalyzerException()
The default constructor without arguments.
-
InvalidAnalyzerException
public InvalidAnalyzerException(java.lang.String message)
Constructor with a text description as argument.- Parameters:
message
- The text description of the exception.
-
-