|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasig.portal.PortalException
org.jasig.portal.GeneralRenderingException
public class GeneralRenderingException
This exception would inform uPortal that a general rendering problem has caused a channel to throw an exception.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.PortalException |
|---|
errorID, logPending, parameter, refreshable, reinstantiable, timestamp |
| Constructor Summary | |
|---|---|
GeneralRenderingException()
Instantiate a generic GeneralRenderingException. |
|
GeneralRenderingException(java.lang.String msg)
Instantiate a GeneralRenderingException, with a message describing the nature of the problem. |
|
GeneralRenderingException(java.lang.String msg,
boolean refresh,
boolean reinstantiate)
Instantiate a GeneralRenderingException with a message and indicating whether channel refresh and channel reinstantiation are appropriate responses to the problem. |
|
GeneralRenderingException(java.lang.String msg,
java.lang.Throwable cause)
Instantiate a GeneralRenderingException with a message and a Throwable representing the underlying cause of the problem. |
|
GeneralRenderingException(java.lang.String msg,
java.lang.Throwable cause,
boolean refresh,
boolean reinstantiate)
Instantiate a GeneralRenderingException with a message and underlying cause, indicating whether channel refresh and channel reinstantiation are appropriate responses to the problem. |
|
GeneralRenderingException(java.lang.Throwable cause)
Instantiate a GeneralRenderingException, with cause of the problem. |
|
| Method Summary |
|---|
| Methods inherited from class org.jasig.portal.PortalException |
|---|
allowRefresh, allowReinstantiation, getErrorID, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable |
| 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 GeneralRenderingException()
public GeneralRenderingException(java.lang.Throwable cause)
cause - - cause of the problempublic GeneralRenderingException(java.lang.String msg)
msg - - message explaining problem
public GeneralRenderingException(java.lang.String msg,
java.lang.Throwable cause)
msg - - message explaining the problemcause - - underlying Throwable
public GeneralRenderingException(java.lang.String msg,
boolean refresh,
boolean reinstantiate)
msg - - message explaining the problemrefresh - - true if refresh is an appropriate responsereinstantiate - - true if reinstantiation is an appropriate response
public GeneralRenderingException(java.lang.String msg,
java.lang.Throwable cause,
boolean refresh,
boolean reinstantiate)
msg - - message explaining the problemcause - - underlying cause of problemrefresh - - true if refresh is appropriate responsereinstantiate - - true if reinstantiation is appropriate response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||