com.tuneology.sane
Class SaneException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.tuneology.sane.SaneException
All Implemented Interfaces:
java.io.Serializable

public class SaneException
extends java.io.IOException

Thrown by SANE API functions when an error condition occurs.

Version:
$Id$
Author:
Fran Taylor
See Also:
Serialized Form

Field Summary
 int status
           
 
Constructor Summary
SaneException(int st)
           
SaneException(java.lang.String st)
           
 
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
 

Field Detail

status

public final int status
Constructor Detail

SaneException

public SaneException(java.lang.String st)
Parameters:
st -

SaneException

public SaneException(int st)
Parameters:
st -