Serializable
public class InvalidFileStructureException extends OperationFailedException
If the format is not recognized at all, a WrongFileFormatException
should be thrown.
If the format is recognized but cannot be loaded because the codec
does not fully support the file format, a UnsupportedTypeException
should be thrown.
UnsupportedTypeException
,
WrongFileFormatException
,
Serialized FormConstructor | Description |
---|---|
InvalidFileStructureException(String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidFileStructureException(String message)