public class DataFormatException extends Exception
DataType.parseData(java.lang.String, com.xmlmind.xml.name.PrefixToNamespace, com.xmlmind.xml.validate.UnparsedEntities)
when this method cannot parse
specified string.Constructor and Description |
---|
DataFormatException()
Constructs an exception with no message.
|
DataFormatException(Exception e)
Constructs an exception wrapping specified exception.
|
DataFormatException(String message)
Constructs an exception with specified message.
|
DataFormatException(String message,
Exception e)
Constructs an exception with specified message, wrapping specified
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataFormatException()
public DataFormatException(String message)
public DataFormatException(String message, Exception e)
public DataFormatException(Exception e)