Package org.apache.xml.utils
Class WrongParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xml.utils.WrongParserException
- All Implemented Interfaces:
Serializable
Certain functions may throw this error if they are paired with
the incorrect parser.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongParserException
Create a WrongParserException object.- Parameters:
message
- The error message that should be reported to the user.
-