![]() |
|
Contents |
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 |
| DuplicateFormatFlagsException | ( | String | f | ) |
Constructs a DuplicateFormatFlagsException which flags is specified.
| f | The format flags that contain a duplicate flag. |
| String getFlags | ( | ) |
Returns the format flags that contain a duplicate flag.
| String getMessage | ( | ) |
Returns the message string of the DuplicateFormatFlagsException.
final long serialVersionUID = 18890531L [static, private] |
Reimplemented from IllegalFormatException.
String flags [private] |