COM.hugin.HAPI
Class ExceptionIO

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.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)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionIO

public ExceptionIO()

ExceptionIO

public ExceptionIO(java.lang.String msg)