fingerprinters
Class FingerPrinterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fingerprinters.FingerPrinterException
All Implemented Interfaces:
java.io.Serializable

public class FingerPrinterException
extends java.lang.Exception

See Also:
Serialized Form

Nested Class Summary
static class FingerPrinterException.ErrorCode
           
 
Constructor Summary
FingerPrinterException()
           
FingerPrinterException(FingerPrinterException.ErrorCode errorCode)
           
FingerPrinterException(FingerPrinterException.ErrorCode errorCode, java.lang.String errorClass)
           
FingerPrinterException(FingerPrinterException.ErrorCode errorCode, java.lang.String errorClass, java.lang.String errorParameter)
           
FingerPrinterException(java.lang.String message)
           
 
Method Summary
 java.lang.String errorMessage()
           
 FingerPrinterException.ErrorCode getErrorCode()
           
 
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

FingerPrinterException

public FingerPrinterException()

FingerPrinterException

public FingerPrinterException(java.lang.String message)

FingerPrinterException

public FingerPrinterException(FingerPrinterException.ErrorCode errorCode)

FingerPrinterException

public FingerPrinterException(FingerPrinterException.ErrorCode errorCode,
                              java.lang.String errorClass)

FingerPrinterException

public FingerPrinterException(FingerPrinterException.ErrorCode errorCode,
                              java.lang.String errorClass,
                              java.lang.String errorParameter)
Method Detail

getErrorCode

public FingerPrinterException.ErrorCode getErrorCode()

errorMessage

public java.lang.String errorMessage()