|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.ontopia.utils.OntopiaRuntimeException net.ontopia.topicmaps.webed.core.ActionRuntimeException
public class ActionRuntimeException
PUBLIC: An exception that is thrown when something goes wrong while an action is being executed. Causes form processing to stop and the current transaction to be rolled back.
Field Summary | |
---|---|
protected boolean |
isCritical
|
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException |
---|
cause |
Constructor Summary | |
---|---|
ActionRuntimeException(java.lang.String message)
PUBLIC: Creates an exception with a string message. |
|
ActionRuntimeException(java.lang.String message,
boolean isCritical)
PUBLIC: Creates an exception with a string message. |
|
ActionRuntimeException(java.lang.String message,
java.lang.Throwable cause)
PUBLIC: Creates an exception with a string message which wraps the Throwable. |
|
ActionRuntimeException(java.lang.String message,
java.lang.Throwable cause,
boolean isCritical)
PUBLIC: Creates an exception with a string message which wraps the Throwable. |
|
ActionRuntimeException(java.lang.Throwable e)
PUBLIC: Creates an exception wrapping the Throwable. |
|
ActionRuntimeException(java.lang.Throwable e,
boolean isCritical)
PUBLIC: Creates an exception wrapping the Throwable. |
Method Summary | |
---|---|
boolean |
getCritical()
PUBLIC: Returns the value of the critical property. |
void |
setCritical(boolean isCritical)
PUBLIC: Sets the value of the critical property. |
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException |
---|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean isCritical
Constructor Detail |
---|
public ActionRuntimeException(java.lang.Throwable e)
public ActionRuntimeException(java.lang.String message)
public ActionRuntimeException(java.lang.String message, java.lang.Throwable cause)
public ActionRuntimeException(java.lang.Throwable e, boolean isCritical)
isCritical
- Flag indicating whether this is a critical error.public ActionRuntimeException(java.lang.String message, boolean isCritical)
isCritical
- Flag indicating whether this is a critical error.public ActionRuntimeException(java.lang.String message, java.lang.Throwable cause, boolean isCritical)
isCritical
- Flag indicating whether this is a critical error.Method Detail |
---|
public boolean getCritical()
public void setCritical(boolean isCritical)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |