Android
java.util
public class

java.util.IllegalFormatFlagsException

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

The unchecked exception will be thrown out if the combination of the format flags is illegal.

Summary

Public Constructors

            IllegalFormatFlagsException(String f)
Constructs an IllegalFormatFlagsException with the specified flags.

Public Methods

          String  getFlags()
Return the flags that are illegal.
          String  getMessage()
Return the message string of the IllegalFormatFlagsException.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public IllegalFormatFlagsException(String f)

Constructs an IllegalFormatFlagsException with the specified flags.

Parameters

f The specified flags.

Public Methods

public String getFlags()

Return the flags that are illegal.

Returns

  • The flags that are illegal.

public String getMessage()

Return the message string of the IllegalFormatFlagsException.

Returns

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