Package loci.formats

Class FormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CacheException, MissingLibraryException, UnknownFormatException, UnsupportedCompressionException

public class FormatException extends Exception
FormatException is the exception thrown when something goes wrong performing a file format operation.
See Also:
  • Constructor Details

    • FormatException

      public FormatException()
    • FormatException

      public FormatException(String s)
    • FormatException

      public FormatException(String s, Throwable cause)
    • FormatException

      public FormatException(Throwable cause)