org.apache.commons.validator.routines.checkdigit
Class CheckDigitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.validator.routines.checkdigit.CheckDigitException
All Implemented Interfaces:
Serializable

public class CheckDigitException
extends Exception

Check Digit calculation/validation error.

Since:
Validator 1.4
Version:
$Revision: 493905 $ $Date: 2007-01-08 03:11:38 +0100 (Mo, 08. Jan 2007) $
See Also:
Serialized Form

Constructor Summary
CheckDigitException()
          Construct an Exception with no message.
CheckDigitException(String msg)
          Construct an Exception with a message.
CheckDigitException(String msg, Throwable cause)
          Construct an Exception with a message and the underlying cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckDigitException

public CheckDigitException()
Construct an Exception with no message.


CheckDigitException

public CheckDigitException(String msg)
Construct an Exception with a message.

Parameters:
msg - The error message.

CheckDigitException

public CheckDigitException(String msg,
                           Throwable cause)
Construct an Exception with a message and the underlying cause.

Parameters:
msg - The error message.
cause - The underlying cause of the error


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.