|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.kuali.rice.core.api.exception.KualiException
public abstract class KualiException
This is a default exception class that others inherit. When an exception is thrown, the exception handler looks for an instance of this class and processes as Kuali exception. Otherwise, generic system exception is processed.
Constructor Summary | |
---|---|
KualiException(String message)
This constructs an instance of java.lang.RuntimeException |
|
KualiException(String message,
boolean hideIncidentReport)
This constructs an instance of java.lang.RuntimeException |
|
KualiException(String message,
Throwable t)
This constructs an instance of java.lang.RuntimeException |
|
KualiException(Throwable t)
This constructs an instance of java.lang.RuntimeException |
Method Summary | |
---|---|
boolean |
isHideIncidentReport()
|
void |
setHideIncidentReport(boolean hideIncidentReport)
|
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 KualiException(String message)
message
- public KualiException(String message, boolean hideIncidentReport)
message
- hideIncidentReport
- public KualiException(String message, Throwable t)
message
- t
- public KualiException(Throwable t)
t
- Method Detail |
---|
public void setHideIncidentReport(boolean hideIncidentReport)
hideIncidentReport
- the hideIncidentReport to setpublic boolean isHideIncidentReport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |