| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.jaffa.exceptions.CustomRuntimeException
All known Subclasses: org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterTableTagMissingRuntimeException, org.jaffa.persistence.exceptions.IllegalPersistentStateRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterFormTagMissingRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.TagCannotBeEnclosedRuntimeException, org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.ConfigurationServiceRuntimeException, org.jaffa.presentation.portlet.EventHandlerMissingRuntimeException, org.jaffa.presentation.portlet.widgets.model.exceptions.IllegalExtensionRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.InvalidWidgetModelReturnedRuntimeException, org.jaffa.presentation.portlet.widgets.controller.exceptions.XmlStructureRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.WidgetModelAccessMethodNotFoundRuntimeException, org.jaffa.datatypes.exceptions.InvalidPatternRuntimeException, org.jaffa.persistence.engines.jdbcengine.datasource.exceptions.DataSourceCursorRuntimeException, org.jaffa.persistence.engines.jdbcengine.proxy.ProxyFieldValidatoRuntimeException, org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.ClassMetaDataValidationRuntimeException, org.jaffa.presentation.portlet.component.ComponentCreationRuntimeException, org.jaffa.persistence.exceptions.InactiveUowRuntimeException, org.jaffa.presentation.portlet.widgets.model.exceptions.DataTypeMismatchRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.ColumnAlreadyExistsRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterGridTagMissingRuntimeException, org.jaffa.persistence.exceptions.InvalidUowRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.MissingParametersRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.WidgetModelAccessMethodInvocationRuntimeException, org.jaffa.datatypes.exceptions.UnknownDataTypeRuntimeException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterDropDownTagMissingRuntimeException, org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.InitFileNotFoundRuntimeException, org.jaffa.exceptions.UOWSecurityException, org.jaffa.presentation.portlet.widgets.taglib.exceptions.JspWriteRuntimeException, org.jaffa.presentation.portlet.widgets.model.exceptions.ColumnMismatchRuntimeException,
CustomRuntimeException | abstract public class CustomRuntimeException extends RuntimeException (Code) | | CustomRuntimeException is a generic runtime exception which is used as
the base exception class for the Jaffa runtime exceptions.
|
CustomRuntimeException | protected CustomRuntimeException()(Code) | | Default constructor.
|
CustomRuntimeException | protected CustomRuntimeException(String msg)(Code) | | Creates an exception with the message.
Parameters: msg - the message |
CustomRuntimeException | protected CustomRuntimeException(String msg, Throwable sourceException)(Code) | | Creates an exception with the message and a source exception.
Parameters: msg - the message. Parameters: sourceException - the source exception. |
CustomRuntimeException | protected CustomRuntimeException(Throwable sourceException)(Code) | | Creates an exception with a source exception.
Parameters: sourceException - the source exception. |
|
|