Package dap4.core.dmr.parser
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- dap4.core.util.DapException
-
- dap4.core.dmr.parser.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends DapException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String msg)
ParseException(String msg, Throwable e)
ParseException(Throwable e)
-
Method Summary
-
Methods inherited from class dap4.core.util.DapException
getCode, setCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-