|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.invocation.response.PortletInvocationResponse
org.jboss.portal.portlet.invocation.response.ErrorResponse
public class ErrorResponse
Application level error.
| Constructor Summary | |
|---|---|
ErrorResponse(java.lang.String message)
|
|
ErrorResponse(java.lang.String message,
java.lang.Throwable cause)
|
|
ErrorResponse(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
The throwable. |
java.lang.String |
getMessage()
The logged message. |
void |
logErrorTo(org.apache.log4j.Logger log,
java.lang.String logMessage)
Logs an error message to the specified logger, using either the message or this ErrorResult's Throwable if available. |
java.lang.String |
toHTML()
Provides an HTML description of the error, using either the message or the encapsulated Throwable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorResponse(java.lang.Throwable cause)
public ErrorResponse(java.lang.String message,
java.lang.Throwable cause)
public ErrorResponse(java.lang.String message)
| Method Detail |
|---|
public java.lang.Throwable getCause()
public java.lang.String getMessage()
public void logErrorTo(org.apache.log4j.Logger log,
java.lang.String logMessage)
log - logMessage - public java.lang.String toHTML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||