|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.gx.webmanager.handler.forms.HandleException
public class HandleException
A handle exception is thrown by a form handler it's action could not be executed successfully.
| Constructor Summary | |
|---|---|
HandleException(java.lang.String message)
Constructs a new handle exception. |
|
HandleException(java.lang.String message,
java.lang.String code)
Constructs a new handle exception. |
|
HandleException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new handle exception. |
|
HandleException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String code)
Constructs a new handle exception. |
|
HandleException(java.lang.Throwable cause)
Constructs a new handle exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the code that has been used for generating the error message. |
| 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 |
|---|
public HandleException(java.lang.String message)
message - The user friendly error message.public HandleException(java.lang.Throwable cause)
cause - The root cause for this exception.
public HandleException(java.lang.String message,
java.lang.Throwable cause)
message - The user friendly error message.cause - The root cause for this exception.
public HandleException(java.lang.String message,
java.lang.String code)
message - The user friendly error message.code - The code that has been used for generating the error message.
public HandleException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String code)
message - The user friendly error message.cause - The root cause for this exception.code - The code that has been used for generating the error message.| Method Detail |
|---|
public java.lang.String getCode()
null if no code has been specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||