AI-generated Key Takeaways
-
The DataInvalidFormatException indicates that the data provided for an operation was not in a valid format.
-
This class has two public constructors, one without arguments and one that accepts a String message.
-
DataInvalidFormatException inherits methods from java.lang.Throwable and java.lang.Object.
public class
DataInvalidFormatException
The data passed in for this operation was not in a valid format.
Public Constructors
|
|
|
DataInvalidFormatException(String message)
|
Inherited Methods
Public Constructors
public DataInvalidFormatException ()
DataInvalidFormatException
public DataInvalidFormatException()
public DataInvalidFormatException (String message)
DataInvalidFormatException
public DataInvalidFormatException( String message )
Details | |||
---|---|---|---|
Parameters |
|