java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | java.lang.IllegalArgumentException | ||||
↳ | org.joda.time.IllegalFieldValueException |
Exception thrown when attempting to set a field outside its supported range.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
Constructor.
| |||||||||||
Constructor.
| |||||||||||
Constructor.
| |||||||||||
Constructor.
| |||||||||||
Constructor.
| |||||||||||
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the DateTimeFieldType whose value was invalid, or null if not applicable.
| |||||||||||
Returns the DurationFieldType whose value was invalid, or null if not applicable.
| |||||||||||
Returns the name of the field whose value was invalid.
| |||||||||||
Returns the illegal integer value assigned to the field, or null if not applicable.
| |||||||||||
Returns the illegal string value assigned to the field, or null if not applicable.
| |||||||||||
Returns the illegal value assigned to the field as a non-null string.
| |||||||||||
Returns the lower bound of the legal value range, or null if not applicable.
| |||||||||||
Returns the upper bound of the legal value range, or null if not applicable.
| |||||||||||
Provide additional detail by prepending a message to the existing message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructor.
fieldType | type of field being set |
---|---|
value | illegal value being set |
lowerBound | lower legal field value, or null if not applicable |
upperBound | upper legal field value, or null if not applicable |
Constructor.
fieldType | type of field being set |
---|---|
value | illegal value being set |
explain | an explanation |
Constructor.
fieldType | type of field being set |
---|---|
value | illegal value being set |
lowerBound | lower legal field value, or null if not applicable |
upperBound | upper legal field value, or null if not applicable |
Constructor.
fieldName | name of field being set |
---|---|
value | illegal value being set |
lowerBound | lower legal field value, or null if not applicable |
upperBound | upper legal field value, or null if not applicable |
Constructor.
fieldType | type of field being set |
---|---|
value | illegal value being set |
Constructor.
fieldType | type of field being set |
---|---|
value | illegal value being set |
Constructor.
fieldName | name of field being set |
---|---|
value | illegal value being set |
Returns the DateTimeFieldType whose value was invalid, or null if not applicable.
Returns the DurationFieldType whose value was invalid, or null if not applicable.
Returns the name of the field whose value was invalid.
Returns the illegal integer value assigned to the field, or null if not applicable.
Returns the illegal string value assigned to the field, or null if not applicable.
Returns the illegal value assigned to the field as a non-null string.
Returns the lower bound of the legal value range, or null if not applicable.
Returns the upper bound of the legal value range, or null if not applicable.
Provide additional detail by prepending a message to the existing message. A colon is separator is automatically inserted between the messages.