org.melati.util
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.util.ConfigException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigException
- extends MelatiRuntimeException
Thrown when there is a problem configuring Melati.
- Author:
- TimJ At paneris.org
- See Also:
- Serialized Form
| Fields inherited from class org.melati.poem.PoemException |
subException |
| Methods inherited from class org.melati.poem.PoemException |
getCoreMessage, 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 |
ConfigException
public ConfigException(java.lang.String error)
- Constructor.
- Parameters:
error - the message
ConfigException
public ConfigException(java.lang.String message,
java.lang.Exception subException)
- Parameters:
message - A messagesubException - the provoking exception
getMessage
public java.lang.String getMessage()
-
- Overrides:
getMessage in class org.melati.poem.PoemException
- See Also:
Throwable.getMessage()
Copyright © 2000-2009 PanEris. All Rights Reserved.