loci.formats
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.formats.FormatException
- All Implemented Interfaces:
- Serializable
public class FormatException
- extends Exception
FormatException is the exception thrown when something
goes wrong performing a file format operation.
- Source code:
- Trac,
SVN
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormatException
public FormatException()
FormatException
public FormatException(String s)
FormatException
public FormatException(String s,
Throwable cause)
FormatException
public FormatException(Throwable cause)