Class AnalysisFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.uka.ipd.sdq.dsexplore.analysis.AnalysisFailedException
-
- All Implemented Interfaces:
Serializable
public class AnalysisFailedException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalysisFailedException()
AnalysisFailedException(String arg0)
AnalysisFailedException(String arg0, Throwable arg1)
AnalysisFailedException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AnalysisFailedException
public AnalysisFailedException()
- See Also:
Exception()
-
AnalysisFailedException
public AnalysisFailedException(String arg0, Throwable arg1)
- See Also:
Exception(String, Throwable)
-
AnalysisFailedException
public AnalysisFailedException(String arg0)
- See Also:
Exception(String)
-
AnalysisFailedException
public AnalysisFailedException(Throwable arg0)
- See Also:
Exception(Throwable)
-
-