Package dev.amp.validator.exception
Class ExitOnFirstErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- dev.amp.validator.exception.ExitOnFirstErrorException
-
- All Implemented Interfaces:
Serializable
public class ExitOnFirstErrorException extends SAXException
Exception thrown when the first error occurs.- Author:
- nhant01, GeorgeLuo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExitOnFirstErrorException()Constructor.
-
Method Summary
-
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-