java.util
Class IllegalFormatFlagsException

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.IllegalFormatFlagsException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless

public class IllegalFormatFlagsException
extends IllegalFormatException

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.

Since:
1.5
See Also:
Serialized Form

Constructor Summary
IllegalFormatFlagsException(String f)
          Suppressed.
          Constructs an instance of this class with the specified flags.
 
Method Summary
 String getFlags()
          Suppressed.
          Returns the set of flags which contains an illegal combination.
 String getMessage()
          Suppressed.
          Returns the detail message string of this throwable.
 
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

IllegalFormatFlagsException

public IllegalFormatFlagsException(String f)
Suppressed. default deny

Constructs an instance of this class with the specified flags.

Parameters:
f - The set of format flags which contain an illegal combination
Method Detail

getFlags

public String getFlags()
Suppressed. default deny

Returns the set of flags which contains an illegal combination.

Returns:
The flags

getMessage

public String getMessage()
Suppressed. can be nondeterministic, e.g. for ClassCastException

Description copied from class: Throwable
Returns the detail message string of this throwable.

Overrides:
getMessage in class Throwable
Returns:
the detail message string of this Throwable instance (which may be null).