Class InvalidFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.independentsoft.pst.InvalidFileFormatException
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFileFormatException(String message) Instantiates a new invalid file format exception.InvalidFileFormatException(String message, Throwable cause) Instantiates a new invalid file format exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFileFormatException
Instantiates a new invalid file format exception.- Parameters:
message- the message
-
InvalidFileFormatException
-