Package pascal.taie.util
Class AnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pascal.taie.util.AnalysisException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new exception.AnalysisException
(String msg) Constructs a new exception.AnalysisException
(String msg, Throwable t) Constructs a new exception.Constructs a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnalysisException
public AnalysisException()Constructs a new exception. -
AnalysisException
Constructs a new exception. -
AnalysisException
Constructs a new exception. -
AnalysisException
Constructs a new exception.
-