public abstract class KualiException extends RuntimeException
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
isHideIncidentReport() |
void |
setHideIncidentReport(boolean hideIncidentReport) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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
- public void setHideIncidentReport(boolean hideIncidentReport)
hideIncidentReport
- the hideIncidentReport to setpublic boolean isHideIncidentReport()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.