com.waveset.object
Class Form.InvalidFieldValue

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.waveset.util.ExceptionWrapper
              extended bycom.waveset.util.WavesetException
                  extended bycom.waveset.object.Form.InvalidFieldValue
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Form

public static class Form.InvalidFieldValue
extends WavesetException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.waveset.util.WavesetException
code_id
 
Constructor Summary
Form.InvalidFieldValue(java.lang.String field, java.lang.Object value)
          Construct an exception for a missing required form field.
Form.InvalidFieldValue(java.lang.String field, java.lang.Object[] values)
           
 
Methods inherited from class com.waveset.util.WavesetException
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages
 
Methods inherited from class com.waveset.util.ExceptionWrapper
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Form.InvalidFieldValue

public Form.InvalidFieldValue(java.lang.String field,
                              java.lang.Object value)
Construct an exception for a missing required form field.

Parameters:
field - name.

Form.InvalidFieldValue

public Form.InvalidFieldValue(java.lang.String field,
                              java.lang.Object[] values)