Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.serviceprovider.exceptions.ParseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KnownParseException,UnknownParseException
public class ParseException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()ParseException(String arg0)ParseException(String arg0, Throwable arg1)ParseException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-