to.etc.domui.trouble
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.webapp.nls.CodeException
                  extended by to.etc.domui.trouble.UIException
                      extended by to.etc.domui.trouble.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends UIException

See Also:
Serialized Form

Constructor Summary
ValidationException(BundleRef bundle, java.lang.String code, java.lang.Object... parameters)
           
ValidationException(java.lang.String code, java.lang.Object... param)
           
 
Method Summary
 
Methods inherited from class to.etc.webapp.nls.CodeException
getBundle, getCode, getMessage, getParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ValidationException

public ValidationException(BundleRef bundle,
                           java.lang.String code,
                           java.lang.Object... parameters)

ValidationException

public ValidationException(java.lang.String code,
                           java.lang.Object... param)