Exception: java.util.IllegalFormatWidthException
- public exception IllegalFormatWidthException
- extends IllegalFormatException
Unchecked exception thrown when the format width is a negative value other
than -1 or is otherwise unsupported.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- java.util.IllegalFormatException
- java.util.IllegalFormatWidthException
Methods
-
IllegalFormatWidthExceptiontop
public IllegalFormatWidthException(int w)Constructs an instance of this class with the specified width. -
getMessagetop
public String getMessage()Returns the detail message string of this throwable.- Override hierarchy:
- getMessage from Throwable
-
getWidthtop
public int getWidth()Returns the width
