org.jaffa.exceptions
Class CustomRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaffa.exceptions.CustomRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassMetaDataValidationRuntimeException, ColumnAlreadyExistsRuntimeException, ColumnMismatchRuntimeException, ComponentCreationRuntimeException, ConfigurationServiceRuntimeException, DataSourceCursorRuntimeException, DataTypeMismatchRuntimeException, EventHandlerMissingRuntimeException, IllegalExtensionRuntimeException, IllegalPersistentStateRuntimeException, InactiveUowRuntimeException, InitFileNotFoundRuntimeException, InvalidPatternRuntimeException, InvalidUowRuntimeException, InvalidWidgetModelReturnedRuntimeException, JspWriteRuntimeException, MissingParametersRuntimeException, OuterDropDownTagMissingRuntimeException, OuterFormTagMissingRuntimeException, OuterGridTagMissingRuntimeException, OuterTableTagMissingRuntimeException, ProxyFieldValidatoRuntimeException, TagCannotBeEnclosedRuntimeException, UnknownDataTypeRuntimeException, UOWSecurityException, WidgetModelAccessMethodInvocationRuntimeException, WidgetModelAccessMethodNotFoundRuntimeException, XmlStructureRuntimeException

public abstract class CustomRuntimeException
extends RuntimeException

CustomRuntimeException is a generic runtime exception which is used as the base exception class for the Jaffa runtime exceptions.

See Also:
Serialized Form

Constructor Summary
protected CustomRuntimeException()
          Default constructor.
protected CustomRuntimeException(String msg)
          Creates an exception with the message.
protected CustomRuntimeException(String msg, Throwable sourceException)
          Creates an exception with the message and a source exception.
protected CustomRuntimeException(Throwable sourceException)
          Creates an exception with a source exception.
 
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

CustomRuntimeException

protected CustomRuntimeException()
Default constructor.


CustomRuntimeException

protected CustomRuntimeException(String msg)
Creates an exception with the message.

Parameters:
msg - the message

CustomRuntimeException

protected CustomRuntimeException(String msg,
                                 Throwable sourceException)
Creates an exception with the message and a source exception.

Parameters:
msg - the message.
sourceException - the source exception.

CustomRuntimeException

protected CustomRuntimeException(Throwable sourceException)
Creates an exception with a source exception.

Parameters:
sourceException - the source exception.


Copyright © 2002-2004 JAFFA Project.