to.etc.webapp.nls
Class CodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
to.etc.webapp.nls.CodeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- QDbException, UIException
public class CodeException
- extends java.lang.RuntimeException
Base class for all code-based exceptions.
- Author:
- Frits Jalvingh
Created on Mar 31, 2009
- See Also:
- Serialized Form
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 |
CodeException
public CodeException(BundleRef bundle,
java.lang.String code,
java.lang.Object... parameters)
CodeException
public CodeException(java.lang.Throwable t,
BundleRef bundle,
java.lang.String code,
java.lang.Object... parameters)
getBundle
public BundleRef getBundle()
getCode
public java.lang.String getCode()
getParameters
public java.lang.Object[] getParameters()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable