Uses of Class
org.jaffa.exceptions.CustomRuntimeException

Packages that use CustomRuntimeException
org.jaffa.datatypes.exceptions   
org.jaffa.exceptions   
org.jaffa.persistence.engines.jdbcengine.configservice.exceptions   
org.jaffa.persistence.engines.jdbcengine.datasource.exceptions   
org.jaffa.persistence.engines.jdbcengine.proxy   
org.jaffa.persistence.exceptions   
org.jaffa.presentation.portlet   
org.jaffa.presentation.portlet.component   
org.jaffa.presentation.portlet.widgets.controller.exceptions   
org.jaffa.presentation.portlet.widgets.model.exceptions   
org.jaffa.presentation.portlet.widgets.taglib.exceptions   
 

Uses of CustomRuntimeException in org.jaffa.datatypes.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.datatypes.exceptions
 class InvalidPatternRuntimeException
          This is thrown by the FieldValidator if the pattern specified in the meta data is invalid.
 class UnknownDataTypeRuntimeException
          This is thrown by the FieldValidator if the value to be validated is of unknown datatype.
 

Uses of CustomRuntimeException in org.jaffa.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.exceptions
 class UOWSecurityException
           
 

Uses of CustomRuntimeException in org.jaffa.persistence.engines.jdbcengine.configservice.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.persistence.engines.jdbcengine.configservice.exceptions
 class ClassMetaDataValidationRuntimeException
          This exception is thrown if any error occurs while validating a Persistent class against a Mapping file.
 class ConfigurationServiceRuntimeException
          This exception is thrown if the ConfigurationService fails to parse the init file or any of the mapping files.
 class InitFileNotFoundRuntimeException
          This exception is thrown if the init file for the ConfigurationService is not found in the classpath.
 

Uses of CustomRuntimeException in org.jaffa.persistence.engines.jdbcengine.datasource.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.persistence.engines.jdbcengine.datasource.exceptions
 class DataSourceCursorRuntimeException
          This exception is thrown if the any exception is thrown while converting a row from a ResultSet into a Persistent object.
 

Uses of CustomRuntimeException in org.jaffa.persistence.engines.jdbcengine.proxy
 

Subclasses of CustomRuntimeException in org.jaffa.persistence.engines.jdbcengine.proxy
 class ProxyFieldValidatoRuntimeException
          This RuntimeException will be thrown if an unknown error occurs when performing field validations on the Proxy domain object.
 

Uses of CustomRuntimeException in org.jaffa.persistence.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.persistence.exceptions
 class IllegalPersistentStateRuntimeException
          This RuntimeException will be thrown if an updateXxx() method or an Add/Update/Delete is invoked on a Domain object in queued state.
 class InactiveUowRuntimeException
          This exception is thrown if any method is invoked on a UOW, which has been made inactive.
 class InvalidUowRuntimeException
          This exception is thrown the UOW on a Persistent object does not match the UOW to which the object is being added/updated/deleted/locked.
 

Uses of CustomRuntimeException in org.jaffa.presentation.portlet
 

Subclasses of CustomRuntimeException in org.jaffa.presentation.portlet
 class EventHandlerMissingRuntimeException
          This exception is thrown if no method is found for handling the eventId passed to perform method of the Action.
 

Uses of CustomRuntimeException in org.jaffa.presentation.portlet.component
 

Subclasses of CustomRuntimeException in org.jaffa.presentation.portlet.component
 class ComponentCreationRuntimeException
          This exception is thrown if any error is thrown during creation of a Component
 

Uses of CustomRuntimeException in org.jaffa.presentation.portlet.widgets.controller.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.presentation.portlet.widgets.controller.exceptions
 class XmlStructureRuntimeException
          This exception is thrown if the XML fragment passed to the controller is malformed
 

Uses of CustomRuntimeException in org.jaffa.presentation.portlet.widgets.model.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.presentation.portlet.widgets.model.exceptions
 class ColumnMismatchRuntimeException
          This exception is thrown when a row being added to the TableModel does not have the same no. of elements as the columns of the table
 class DataTypeMismatchRuntimeException
          This exception is thrown if there is a datatype mismatch between the Object & its MetaObject used in creating a model
 class IllegalExtensionRuntimeException
          This exception is thrown if an illegal extention is used while creating an ImageModel
 

Uses of CustomRuntimeException in org.jaffa.presentation.portlet.widgets.taglib.exceptions
 

Subclasses of CustomRuntimeException in org.jaffa.presentation.portlet.widgets.taglib.exceptions
 class ColumnAlreadyExistsRuntimeException
          This exception is thrown if there are duplicate TableColumnTag entried within a TableTag
 class InvalidWidgetModelReturnedRuntimeException
          This exception is thrown if an invalid WidgetModel is returned while processing a Tag
 class JspWriteRuntimeException
          This exception is thrown if an error occurs while writing the JSP to the response stream
 class MissingParametersRuntimeException
          This exception is the required parameters are not supplied to a Tag
 class OuterDropDownTagMissingRuntimeException
          This exception is thrown if the DropDownOptionTag is not inside a DropDownTag
 class OuterFormTagMissingRuntimeException
          This exception is thrown if the Tag being processed is not within a FormTag
 class OuterGridTagMissingRuntimeException
          This exception is thrown if the GridColumnTag is not inside a GridTag
 class OuterTableTagMissingRuntimeException
          This exception is thrown if the TableColumnTag is not inside a TableTag
 class TagCannotBeEnclosedRuntimeException
          This exception is thrown if a Tag (which cannot be enclosed) is enclosed within another tag.
 class WidgetModelAccessMethodInvocationRuntimeException
          This exception is thrown if an error occurs while executing an event handler
 class WidgetModelAccessMethodNotFoundRuntimeException
          This exception is thrown if an event handler is not found
 



Copyright © 2002-2004 JAFFA Project.