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)

Constructs a new 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.