java.util
Class MissingFormatWidthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.MissingFormatWidthException
- All Implemented Interfaces:
- Serializable
public class MissingFormatWidthException
- extends IllegalFormatException
The unchecked exception will be thrown out if the format width is missing but
is required.
- See Also:
- Serialized Form
MissingFormatWidthException
public MissingFormatWidthException(String s)
- Constructs a MissingFormatWidthException with the specified format
specifier.
- Parameters:
s - The specified format specifier.
getFormatSpecifier
public String getFormatSpecifier()
- Returns the format specifier associated with the exception.
- Returns:
- The format specifier associated with the exception.
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