DataInvalidFormatException

  • 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

Inherited Methods

Public Constructors

DataInvalidFormatException

public DataInvalidFormatException()

DataInvalidFormatException

public DataInvalidFormatException(
  String message
)

Details
Parameters
message