org.melati.util
Class MelatiRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
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 RuntimeException
s within Melati.
- See Also:
- Serialized Form
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.
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.