org.melati.template
Class MissingFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.template.MissingFieldException
- All Implemented Interfaces:
- Serializable
public class MissingFieldException
- extends MelatiRuntimeException
Thrown when a TempletAdaptor
cannot find a required form field
in a templet.
- See Also:
- Serialized Form
MissingFieldException
public MissingFieldException(TempletAdaptor adaptor,
String name,
String fullName)
- Constructor.
- Parameters:
adaptor
- the TempletAdaptorname
- name of compound fieldfullName
- name of sub-field
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.