ptolemy.graph.analysis
Class InvalidAnalyzerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ptolemy.graph.analysis.AnalysisException
                  extended by 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: InvalidAnalyzerException.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Shahrooz Shahparnia
See Also:
Serialized Form
Accepted Rating:
Red (ssb)
Proposed Rating:
Red (shahrooz)

Constructor Summary
InvalidAnalyzerException()
          The default constructor without arguments.
InvalidAnalyzerException(java.lang.String message)
          Constructor with a text description as argument.
 
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

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.