org.fopps.model
Class ValidatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.fopps.model.ModelException
                    |
                    +--org.fopps.model.ValidatorException
All Implemented Interfaces:
java.io.Serializable

public class ValidatorException
extends ModelException

ValidatorException is thrown by validators, if the given value was not accepted by the validator. The message should contain a hint, why the value was not accepted.

Author:
Oliver Wieland
See Also:
Serialized Form

Constructor Summary
ValidatorException(java.lang.String s)
          Creates a new ValidatorException.
 
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

ValidatorException

public ValidatorException(java.lang.String s)
Creates a new ValidatorException.

Parameters:
s - Error message


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.