java.util
Class IllegalFormatWidthException
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
public class IllegalFormatWidthException
- extends IllegalFormatException
The unchecked exception will be thrown out when the width is a negative other
than -1, or the conversion does not support a width or other cases when the
width is not supported.
- See Also:
- Serialized Form
|
Method Summary |
String |
getMessage()
Returns the message of the exception. |
int |
getWidth()
Returns the width associated with the exception. |
IllegalFormatWidthException
public IllegalFormatWidthException(int w)
- Constructs a IllegalFormatWidthException with specified width.
- Parameters:
w - The width.
getWidth
public int getWidth()
- Returns the width associated with the exception.
- Returns:
- the width.
getMessage
public String getMessage()
- Returns the message of the exception.
- Overrides:
getMessage in class Throwable
- Returns:
- The message of the exception.
Please submit a feedback, bug or feature