org.melati.poem
Class StringLengthValidationPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.ValidationPoemException
org.melati.poem.StringLengthValidationPoemException
- All Implemented Interfaces:
- Serializable
public class StringLengthValidationPoemException
- extends ValidationPoemException
Thrown when a StringPoemType
Field
's value
is too long.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
StringLengthValidationPoemException
public StringLengthValidationPoemException(PoemType type,
String value)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class ValidationPoemException
- Returns:
- The detail message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.