to.etc.domui.trouble
Class UIException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MetaModelException, MissingParameterException, MultipleParameterException, UnusableParameterException, ValidationException

public class UIException
extends CodeException

Base of the exception class for user interface trouble.

Author:
Frits Jalvingh Created on Jun 12, 2008
See Also:
Serialized Form

Constructor Summary
UIException(BundleRef bundle, java.lang.String code, java.lang.Object... parameters)
           
UIException(java.lang.Throwable t, BundleRef bundle, java.lang.String code, java.lang.Object... parameters)
           
 
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

UIException

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

UIException

public UIException(java.lang.Throwable t,
                   BundleRef bundle,
                   java.lang.String code,
                   java.lang.Object... parameters)