UnsupportedPIMFormatExceptionpublic class UnsupportedPIMFormatException extends IOException Exception thrown when a file is not recognized by an encoding. |
Constructors Summary |
---|
public UnsupportedPIMFormatException()Constructor for UnsupportedPIMEncodingException.
super();
| public UnsupportedPIMFormatException(String message)Constructor for UnsupportedPIMEncodingException
with message.
super(message);
|
|