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:
- java.io.Serializable
public class TempletAdaptorConstructionMelatiException
- extends MelatiRuntimeException
Thrown when a TempletAdaptor has problems during construction.
- 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 |
adaptorFieldName
public java.lang.String adaptorFieldName
- The name of the field.
adaptorName
public java.lang.String adaptorName
- The name of the Adaptor.
TempletAdaptorConstructionMelatiException
public TempletAdaptorConstructionMelatiException(java.lang.String adaptorFieldName,
java.lang.String adaptorName,
java.lang.Exception problem)
- Constructor.
- Parameters:
adaptorFieldName - name of the adaptor fieldadaptorName - name of the adaptorproblem - the Exception
getMessage
public java.lang.String getMessage()
-
- Overrides:
getMessage in class PoemException
- See Also:
PoemException.getMessage()
Copyright © 2000-2008 PanEris. All Rights Reserved.