|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pajes.html.validation.ValidationFunctionException
public class ValidationFunctionException
Thrown when a run-time exception relating to a ValidationFunction
occurs.
| 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 |
|---|
public static final java.lang.String ILLEGAL_DECIMAL_PLACES
IsDecimal is specifed with an illegal
number of decimal places.
| Constructor Detail |
|---|
public ValidationFunctionException(java.lang.String messageKey)
messageKey - the key from which the actual exception message will be
located.
public ValidationFunctionException(java.lang.String messageKey,
java.lang.String[] arguments)
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 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||