Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xmlet.xsdparser.xsdelements.exceptions.ParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParsingException extends java.lang.RuntimeExceptionAn exception that is thrown whenever the parsing process encounters a error in the values present in the XSD file. The exception message contains valuable information to find and correct the error in the file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException(java.lang.String message)
-