public class java.util
UnknownFormatFlagsException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException
Details
Unchecked exception thrown when an unknown flag is given.

Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.
version1.3, 11/17/05
since1.5


Constructors
public UnknownFormatFlagsException(String f) Details
Constructs an instance of this class with the specified flags.
fThe set of format flags which contain an unknown flag

Properties
public String getFlags() Details
Returns the set of flags which contains an unknown flag.
returnThe flags
public String getMessage()