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:
java.io.Serializable
public class WrongParserException extends java.lang.RuntimeException
Certain functions may throw this error if they are paired with the incorrect parser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongParserException(java.lang.String message)
Create a WrongParserException object.
-