Java org.joda.time IllegalFieldValueException fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time IllegalFieldValueException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time IllegalFieldValueException.

The text is from its open source code.

Constructor

Method

StringgetFieldName()
Returns the name of the field whose value was invalid.
StringgetIllegalValueAsString()
Returns the illegal value assigned to the field as a non-null string.
NumbergetLowerBound()
Returns the lower bound of the legal value range, or null if not applicable.
StringgetMessage()
NumbergetUpperBound()
Returns the upper bound of the legal value range, or null if not applicable.