java.util
public class: IllegalFormatWidthException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.IllegalFormatWidthException
All Implemented Interfaces:
Serializable
Unchecked exception thrown when the format width is a negative value other
than
-1 or is otherwise unsupported.
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.util.IllegalFormatWidthException Detail: |
public String getMessage() {
return Integer.toString(w);
}
|
public int getWidth() {
return w;
}
|