Package loci.formats
Class UnknownFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.formats.FormatException
loci.formats.UnknownFormatException
- All Implemented Interfaces:
Serializable
UnknownFormatException is the exception thrown when the format of a
particular data stream or filename cannot be recognized or is unsupported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownFormatException(String s, Throwable cause) UnknownFormatException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownFormatException
public UnknownFormatException() -
UnknownFormatException
-
UnknownFormatException
-
UnknownFormatException
-