UnsupportedFormatException
Format
Constructs a new UnsupportedFormatException.paramunsupportedFormat The Format that is not supported. failedFormat = unsupportedFormat;
failedFormat = unsupportedFormat;
Constructs a new UnsupportedFormatException with the specified parameters.parammessage A String that contains a message associated with the exception.paramunsupportedFormat The Format that is not supported. super(message); failedFormat = unsupportedFormat;
String
super(message); failedFormat = unsupportedFormat;
Gets the unsupported Format reported by this exception.returnThe unsupported Format. return failedFormat;
return failedFormat;