loci.formats
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
FormatException()
           
FormatException(String s)
           
FormatException(String s, Throwable cause)
           
FormatException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatException

public FormatException()

FormatException

public FormatException(String s)

FormatException

public FormatException(String s,
                       Throwable cause)

FormatException

public FormatException(Throwable cause)