com.ibm.ia.common
Class DataParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.ia.common.DataParseException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidDataElementException, UnknownDataElementException
public class DataParseException extends java.lang.ExceptionA wrapper Exception class for parsing Exceptions ( like SAX parser)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DataParseException(java.lang.String msg)DataParseException(java.lang.String msg, java.lang.Throwable cause)DataParseException(java.lang.Throwable cause)
-