Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

DuplicateFormatFlagsException Class Reference

Inherits java::util::IllegalFormatException.

List of all members.


Detailed Description

The unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.

Public Member Functions

 DuplicateFormatFlagsException (String f)
 Constructs a DuplicateFormatFlagsException which flags is specified.
String getFlags ()
 Returns the format flags that contain a duplicate flag.
String getMessage ()
 Returns the message string of the DuplicateFormatFlagsException.

Private Attributes

String flags

Static Private Attributes

static final long serialVersionUID = 18890531L

Constructor & Destructor Documentation

DuplicateFormatFlagsException ( String  f  ) 

Constructs a DuplicateFormatFlagsException which flags is specified.

Parameters:
f The format flags that contain a duplicate flag.


Member Function Documentation

String getFlags (  ) 

Returns the format flags that contain a duplicate flag.

Returns:
The format flags that contain a duplicate flag.

String getMessage (  ) 

Returns the message string of the DuplicateFormatFlagsException.

Returns:
The message string of the DuplicateFormatFlagsException.


Member Data Documentation

final long serialVersionUID = 18890531L [static, private]

Reimplemented from IllegalFormatException.

String flags [private]