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:
- java.io.Serializable
- Direct Known Subclasses:
- AnticipatedException, BugException, ConfigException, ConnectionPendingException, DatabaseInitException, FormDataAdaptorException, InvalidArgumentsException, MelatiBugMelatiException, MelatiConfigurationException, MissingFieldException, PartlyNullException, PathInfoException, TemplateEngineException, TempletAdaptorConstructionMelatiException, ThrowingPrintWriter.TroubleException, UnexpectedExceptionException, UnhandledExceptionException
public abstract class MelatiRuntimeException
- extends PoemException
Abstract base class for all RuntimeExceptions within Melati.
- See Also:
- Serialized Form
| 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 |
MelatiRuntimeException
public MelatiRuntimeException(java.lang.String message,
java.lang.Exception subException)
- Constructor with message and initial cause.
MelatiRuntimeException
public MelatiRuntimeException(java.lang.String message)
- Constructor with detailed message.
- Parameters:
message - the detailed message
MelatiRuntimeException
public MelatiRuntimeException(java.lang.Exception subException)
- Constructor with initial cause.
MelatiRuntimeException
public MelatiRuntimeException()
- Constructor.
innermostException
public java.lang.Exception innermostException()
- Overrides:
innermostException in class PoemException
- Returns:
- the exception this exception is wrapping, recursively or this exception
- See Also:
PoemException.innermostException()
Copyright © 2000-2008 PanEris. All Rights Reserved.