public class java.util
FormatFlagsConversionMismatchException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException
Details
Unchecked exception thrown when a conversion and flag are incompatible.

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 FormatFlagsConversionMismatchException(String f, char c) Details
Constructs an instance of this class with the specified flag and conversion.
fThe flag
cThe conversion

Properties
public char getConversion() Details
Returns the incompatible conversion.
returnThe conversion
public String getFlags() Details
Returns the incompatible flag.
returnThe flag
public String getMessage()