java.util
Class IllegalFormatPrecisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.IllegalFormatPrecisionException
- All Implemented Interfaces:
- Serializable
- public class IllegalFormatPrecisionException
- extends IllegalFormatException
The unchecked exception will be thrown out when the precision is a negative
other than -1, or the conversion does not support a precision or other cases
when the precision is not supported.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Returns the message of the exception. |
int |
getPrecision()
Returns the precision associated with the exception. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalFormatPrecisionException
public IllegalFormatPrecisionException(int p)
- Constructs a IllegalFormatPrecisionException with specified precision.
- Parameters:
p
- The precision.
getPrecision
public int getPrecision()
- Returns the precision associated with the exception.
- Returns:
- the precision.
getMessage
public java.lang.String getMessage()
- Returns the message of the exception.
- Overrides:
getMessage
in class Throwable
- Returns:
- The message of the exception.