|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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.
| Constructor Summary | |
|---|---|
GeneralRenderingException()
Instantiate a generic GeneralRenderingException. |
|
GeneralRenderingException(String msg)
Instantiate a GeneralRenderingException, with a message describing the nature of the problem. |
|
GeneralRenderingException(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(String msg,
Throwable cause)
Instantiate a GeneralRenderingException with a message and a Throwable representing the underlying cause of the problem. |
|
GeneralRenderingException(String msg,
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(Throwable cause)
Instantiate a GeneralRenderingException, with cause of the problem. |
|
| Method Summary |
|---|
| Methods inherited from class org.jasig.portal.PortalException |
|---|
getErrorID, getParameter, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, 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(Throwable cause)
cause - - cause of the problempublic GeneralRenderingException(String msg)
msg - - message explaining problem
public GeneralRenderingException(String msg,
Throwable cause)
msg - - message explaining the problemcause - - underlying Throwable
public GeneralRenderingException(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(String msg,
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 | |||||||||