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