org.melati.template
Class PartlyNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.template.PartlyNullException
- All Implemented Interfaces:
- Serializable
public class PartlyNullException
- extends MelatiRuntimeException
Thrown when only some of the fields of a compound field, such as a date,
have been filled in.
- See Also:
- Serialized Form
name
public String name
- The name of the field.
PartlyNullException
public PartlyNullException(String name)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.