Module java.base
Package java.util

Class IllegalFormatWidthException

java.lang.Object
All Implemented Interfaces:
Serializable

public non-sealed class IllegalFormatWidthException extends IllegalFormatException
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported. If a given format width is not representable by an int type, then the value Integer.MIN_VALUE will be used in the exception.
Since:
1.5
See Also: