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:
- Serializable
public class ConfigException
- extends MelatiRuntimeException
Thrown when there is a problem configuring Melati.
- Author:
- TimJ At paneris.org
- See Also:
- Serialized Form
ConfigException
public ConfigException(String error)
- Constructor.
- Parameters:
error
- the message
ConfigException
public ConfigException(String message,
Exception subException)
- Parameters:
message
- A messagesubException
- the provoking exception
getMessage
public String getMessage()
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.