com.griaule.grFinger
Class GrErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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.