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
- public class WrongParserException
- extends RuntimeException
Certain functions may throw this error if they are paired with
the incorrect parser.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongParserException
public WrongParserException(String message)
- Create a WrongParserException object.
- Parameters:
message
- The error message that should be reported to the user.