com.klg.jclass.field.validate
Class FieldParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.klg.jclass.field.validate.FieldParseException
- public class FieldParseException
- extends RuntimeException
Exception thrown field parsing error has occured.
- See Also:
- Serialized Form
FieldParseException
public FieldParseException()
- Constructs a new FieldParseException.
FieldParseException
public FieldParseException(String s)
- Constructs a new FieldParseException with a message.
- Parameters:
String
- the exception message.