加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090218033024/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

The unchecked exception will be thrown out if there is an unknown flag.

Summary

Public Constructors
UnknownFormatFlagsException(String f)
Constructs an 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)

Constructs an UnknownFormatFlagsException with the specified flags.

Parameters
f The specified flags.

Public Methods

public String getFlags ()

Returns the flags associated with the exception.

Returns
  • The flags associated with the exception.

public String getMessage ()

Returns the message associated with the exception.

Returns
  • The message associated with the exception.