org.melati.template
Class TempletAdaptorConstructionMelatiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.template.TempletAdaptorConstructionMelatiException
- All Implemented Interfaces:
- Serializable
public class TempletAdaptorConstructionMelatiException
- extends MelatiRuntimeException
Thrown when a TempletAdaptor
has problems during construction.
- See Also:
- Serialized Form
adaptorFieldName
public String adaptorFieldName
- The name of the field.
adaptorName
public String adaptorName
- The name of the Adaptor.
TempletAdaptorConstructionMelatiException
public TempletAdaptorConstructionMelatiException(String adaptorFieldName,
String adaptorName,
Exception problem)
- Constructor.
- Parameters:
adaptorFieldName
- name of the adaptor fieldadaptorName
- name of the adaptorproblem
- the Exception
getMessage
public String getMessage()
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
PoemException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.