Build 1.0_r1(from source)

java.util
Class MissingFormatWidthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.util.IllegalFormatException
                      extended by 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

Constructor Summary
MissingFormatWidthException(String s)
          Constructs a MissingFormatWidthException with the specified format specifier.
 
Method Summary
 String getFormatSpecifier()
          Returns the format specifier associated with the exception.
 String getMessage()
          Returns the message of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingFormatWidthException

public MissingFormatWidthException(String s)
Constructs a MissingFormatWidthException with the specified format specifier.

Parameters:
s - The specified format specifier.
Method Detail

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.

Build 1.0_r1(from source)

Please submit a feedback, bug or feature