Exception: java.util.IllegalFormatFlagsException

Unchecked exception thrown when an illegal combination flags is given.

Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.

Version:
@version 1.2, 12/19/03
Since:
@since 1.5

Methods

  • IllegalFormatFlagsExceptiontop

    public IllegalFormatFlagsException(String f)
    Constructs an instance of this class with the specified flags.
    Parameters:
    @param f The set of format flags which contain an illegal combination
    Google Code Search
    Stack Overflow
  • getFlagstop

    public String getFlags()
    Returns the set of flags which contains an illegal combination.
    Return:
    @return The flags
    Google Code Search
    Stack Overflow
  • getMessagetop

    public String getMessage()
    Returns the detail message string of this throwable.
    Return:
    @return the detail message string of this Throwable instance (which may be null).
    Override hierarchy:
    getMessage from Throwable
    Google Code Search
    Stack Overflow