public class java.util
IllegalFormatPrecisionException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException
Details
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported.
version1.5, 11/17/05
since1.5

Constructors
public IllegalFormatPrecisionException(int p) Details
Constructs an instance of this class with the specified precision.
pThe precision

Properties
public String getMessage()
public int getPrecision() Details
Returns the precision
returnThe precision