加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20100729144501/http://developer.android.com:80/reference/java/util/UnknownFormatFlagsException.html
public class

UnknownFormatFlagsException

extends IllegalFormatException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ java.util.IllegalFormatException
             ↳ java.util.UnknownFormatFlagsException

Class Overview

An UnknownFormatFlagsException will be thrown if there is an unknown flag.

See Also

Summary

Public Constructors
UnknownFormatFlagsException(String f)
Constructs a new UnknownFormatFlagsException with the specified flags.
Public Methods
String getFlags()
Returns the flags associated with the exception.
String getMessage()
Returns the message associated with the exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnknownFormatFlagsException (String f)

Since: API Level 1

Constructs a new UnknownFormatFlagsException with the specified flags.

Parameters
f the specified flags.

Public Methods

public String getFlags ()

Since: API Level 1

Returns the flags associated with the exception.

Returns
  • the flags associated with the exception.

public String getMessage ()

Since: API Level 1

Returns the message associated with the exception.

Returns
  • the message associated with the exception.