org.jgap.xml
Class ImproperXMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgap.xml.ImproperXMLException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ImproperXMLException extends java.lang.ExceptionAn ImproperXMLException will be thrown when an XML document or element is parsed but is found to be structured improperly or missing required data. The error message should be consulted for the exact reason the exception is being thrown.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ImproperXMLException(java.lang.String a_message)Constructs a new ImproperXMLException instance with the given error message.
-
DMelt 3.0 © DataMelt by jWork.ORG