java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException java.util.IllegalFormatException java.util.IllegalFormatPrecisionException
public class IllegalFormatPrecisionException
当精度为除 -1 以外的负值、转换类型不支持某个精度或者值在其他方面不受支持时,将抛出未经检查的异常。
构造方法摘要 | |
---|---|
IllegalFormatPrecisionException(int p) 构造带有指定精度的此类的一个实例。 |
方法摘要 | |
---|---|
String |
getMessage() 返回此 throwable 的详细消息字符串。 |
int |
getPrecision() 返回精度。 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public IllegalFormatPrecisionException(int p)
p
- 精度。
方法详细信息 |
---|
public int getPrecision()
public String getMessage()
Throwable
复制的描述
Throwable
中的
getMessage