|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.tif.jacob.core.exception.UserException
de.tif.jacob.core.exception.InvalidExpressionException
de.tif.jacob.core.exception.ValueTooSmallException
public class ValueTooSmallException
This exception indicates that a given value is too small.
| 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. |
| Fields inherited from class de.tif.jacob.core.exception.InvalidExpressionException |
|---|
BINARY_TYPE, LONGTEXT_TYPE |
| Constructor Summary | |
|---|---|
ValueTooSmallException(java.lang.Object value,
java.lang.Object min)
Constructs the ValueTooSmallException. |
|
| Method Summary |
|---|
| Methods inherited from class de.tif.jacob.core.exception.InvalidExpressionException |
|---|
getExpression |
| Methods inherited from class de.tif.jacob.core.exception.UserException |
|---|
getLocalizedMessage, getMessage |
| 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 |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public ValueTooSmallException(java.lang.Object value,
java.lang.Object min)
ValueTooSmallException.
value - the value which is too smallmin - the minimum value
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||