|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.chwf.i18n.MessageException | +--org.chwf.servlet.ControllerException
Exception thrown for controller system exceptions. These exceptions indicate the system is misconfigured.
Constructor Summary | |
ControllerException(java.lang.String pattern,
java.lang.Object[] arguments)
Constructor for ControllerException. |
Methods inherited from class org.chwf.i18n.MessageException |
getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ControllerException(java.lang.String pattern, java.lang.Object[] arguments)
Message
and MessageException
for details on its parameters.pattern
- The message pattern, using the rules of
MessageFormat
arguments
- The arguments for the pattern.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |