Package opendap.dap.parsers
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- opendap.dap.parsers.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()
ParseException(String message)
ParseException(String message, Throwable cause)
ParseException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-