de.tif.jacob.core.exception
Class RequiredFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.tif.jacob.core.exception.UserException
de.tif.jacob.core.exception.RequiredFieldException
- All Implemented Interfaces:
- java.io.Serializable
public class RequiredFieldException
- extends UserException
This exception indicates that a required table field has not been set when
committing a data table record.
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RCS_ID
public static final transient java.lang.String RCS_ID
- The internal revision control system id.
- See Also:
- Constant Field Values
RCS_REV
public static final transient java.lang.String RCS_REV
- The internal revision control system id in short form.
- See Also:
- Constant Field Values
RequiredFieldException
public RequiredFieldException(ITableField tableField)
- Constructs the
RequiredFieldException.
- Parameters:
tableField - the required table field
getTableField
public final ITableField getTableField()
- Returns the required table field.
- Returns:
- the required table field