|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ptolemy.graph.analysis.AnalysisException
public class AnalysisException
Base exception for non-checked exceptions in the analyses package.
Red (ssb) |
Red (shahrooz) |
Constructor Summary | |
---|---|
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. |
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 |
---|
public AnalysisException()
public AnalysisException(java.lang.String message)
message
- The text description of the exception.public AnalysisException(java.lang.String message, java.lang.Throwable cause)
message
- The text description of the exception.cause
- The exception that caused this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |