COM.hugin.HAPI
Class ExceptionIO

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionIO
All Implemented Interfaces:
java.io.Serializable

public class ExceptionIO
extends ExceptionHugin

An ExceptionIO exception is thrown when an error occurs during an input or an output operation. This can be a failure to open a specified file, a failure to create a file due to wrong permissions, a failure during a write operation due to the disk running full, etc.

See Also:
Serialized Form

Constructor Summary
ExceptionIO()
           
ExceptionIO(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionIO

public ExceptionIO()

ExceptionIO

public ExceptionIO(java.lang.String msg)