org.melati.util
Class MelatiRuntimeException

Package class diagram package MelatiRuntimeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.PoemException
                  extended by org.melati.util.MelatiRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnticipatedException, BugException, ConfigException, ConnectionPendingException, DatabaseInitException, FormDataAdaptorException, HttpAuthorizationMelatiException, HttpHeader.HttpHeaderException, InvalidArgumentsException, MelatiBugMelatiException, MelatiConfigurationException, MelatiIOException, MissingFieldException, PartlyNullException, PathInfoException, TemplateEngineException, TemplateIOException, TempletAdaptorConstructionMelatiException, ThrowingPrintWriter.TroubleException, UnexpectedExceptionException, UnhandledExceptionException

public abstract class MelatiRuntimeException
extends PoemException

Abstract base class for all RuntimeExceptions within Melati.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
MelatiRuntimeException()
          Constructor.
MelatiRuntimeException(Exception subException)
          Constructor with initial cause.
MelatiRuntimeException(String message)
          Constructor with detailed message.
MelatiRuntimeException(String message, Exception subException)
          Constructor with message and initial cause.
 
Method Summary
 Exception innermostException()
           
 
Methods inherited from class org.melati.poem.PoemException
getCoreMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MelatiRuntimeException

public MelatiRuntimeException(String message,
                              Exception subException)
Constructor with message and initial cause.


MelatiRuntimeException

public MelatiRuntimeException(String message)
Constructor with detailed message.

Parameters:
message - the detailed message

MelatiRuntimeException

public MelatiRuntimeException(Exception subException)
Constructor with initial cause.


MelatiRuntimeException

public MelatiRuntimeException()
Constructor.

Method Detail

innermostException

public Exception innermostException()
Overrides:
innermostException in class PoemException
Returns:
the exception this exception is wrapping, recursively or this exception the actual exception
See Also:
PoemException.innermostException()


Copyright © 2000-2010 PanEris. All Rights Reserved.