Android
java.util
public class

java.util.FormatFlagsConversionMismatchException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException Serializable
java.util.FormatFlagsConversionMismatchException Serializable

The unchecked exception will be thrown out if a conversion and flags are incompatible.

Summary

Public Constructors

            FormatFlagsConversionMismatchException(String f, char c)
Construct a FormatFlagsConversionMismatchException with the flags and conversion specified.

Public Methods

          char  getConversion()
Returns the incompatible Conversion.
          String  getFlags()
Returns the incompatible format flag.
          String  getMessage()
Returns the message string of the FormatFlagsConversionMismatchException.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public FormatFlagsConversionMismatchException(String f, char c)

Construct a FormatFlagsConversionMismatchException with the flags and conversion specified.

Parameters

f The flags
c The conversion

Public Methods

public char getConversion()

Returns the incompatible Conversion.

Returns

  • The incompatible Conversion.

public String getFlags()

Returns the incompatible format flag.

Returns

  • The incompatible format flag.

public String getMessage()

Returns the message string of the FormatFlagsConversionMismatchException.

Returns

  • The message string of the FormatFlagsConversionMismatchException.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56