public class DataFormatException extends Exception
| Constructor and Description |
|---|
DataFormatException()
Create an exception without a message.
|
DataFormatException(String msg)
Create an exception with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataFormatException()
public DataFormatException(String msg)
msg - the messageCopyright © 2009–2017. All rights reserved.