PAJES 3.0.21

org.pajes.html.validation
Class ValidationFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pajes.html.validation.ValidationFunctionException
All Implemented Interfaces:
java.io.Serializable

public class ValidationFunctionException
extends java.lang.RuntimeException

Thrown when a run-time exception relating to a ValidationFunction occurs.

See Also:
Serialized Form

Field Summary
static java.lang.String ILLEGAL_DECIMAL_PLACES
          Message key for when a IsDecimal is specifed with an illegal number of decimal places.
 
Constructor Summary
ValidationFunctionException(java.lang.String messageKey)
          Creates a new exception, using the specified message key to locate the actual message to be displayed.
ValidationFunctionException(java.lang.String messageKey, java.lang.String[] arguments)
          Creates a new exception, using the specified message key to locate the actual message to be displayed.
 
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
 

Field Detail

ILLEGAL_DECIMAL_PLACES

public static final java.lang.String ILLEGAL_DECIMAL_PLACES
Message key for when a IsDecimal is specifed with an illegal number of decimal places.

See Also:
Constant Field Values
Constructor Detail

ValidationFunctionException

public ValidationFunctionException(java.lang.String messageKey)
Creates a new exception, using the specified message key to locate the actual message to be displayed. If no matching message key is found, the key is returned as the message.

Parameters:
messageKey - the key from which the actual exception message will be located.

ValidationFunctionException

public ValidationFunctionException(java.lang.String messageKey,
                                   java.lang.String[] arguments)
Creates a new exception, using the specified message key to locate the actual message to be displayed. If no matching message key is found, the key is returned as the message.

Parameters:
messageKey - the key from which the actual exception message will be located.
arguments - any arguments to be passed to create the complete message.

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.