public class DataParseException
extends java.lang.Exception
| Constructor and Description |
|---|
DataParseException()
Create a new DataParseException.
|
DataParseException(java.lang.String message)
Create a new DataParseException.
|
DataParseException(java.lang.String message,
java.lang.Throwable cause)
Create a new DataParseException.
|
DataParseException(java.lang.Throwable cause)
Create a new DataParseException.
|
public DataParseException()
public DataParseException(java.lang.String message)
message - a descriptive error messagepublic DataParseException(java.lang.String message,
java.lang.Throwable cause)
message - a descriptive error messagecause - a Throwable (e.g., error or exception) that was the cause
for this exception being thrownpublic DataParseException(java.lang.Throwable cause)
cause - a Throwable (e.g., error or exception) that was the cause
for this exception being thrown