com.griaule.grFinger
Class GrErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.griaule.grFinger.GrErrorException
All Implemented Interfaces:
Serializable

public class GrErrorException
extends Exception

This class represents the exceptions that the GrFinger library can throw.

See Also:
Serialized Form

Method Summary
 int getErrno()
          Returns the error number.
 String getMessage()
          Returns the error message in english.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrno

public int getErrno()
Returns the error number.

Returns:
Returns the error number.

getMessage

public String getMessage()
Returns the error message in english.

Overrides:
getMessage in class Throwable
Returns:
String with the error message in english.