JavaScript is disabled on your browser.
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.
Java™ Platform Standard Ed. 7 DRAFT ea-b138
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateFormatFlagsException , FormatFlagsConversionMismatchException , IllegalFormatCodePointException , IllegalFormatConversionException , IllegalFormatFlagsException , IllegalFormatPrecisionException , IllegalFormatWidthException , MissingFormatArgumentException , MissingFormatWidthException , UnknownFormatConversionException , UnknownFormatFlagsException
public class IllegalFormatException
extends IllegalArgumentException
Unchecked exception thrown when a format string contains an illegal syntax
or a format specifier that is incompatible with the given arguments. Only
explicit subtypes of this exception which correspond to specific errors
should be instantiated.
Since:
1.5
See Also: Serialized Form
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
Java™ Platform Standard Ed. 7 DRAFT ea-b138
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Submit a bug or feature For further API reference and developer documentation, see Java SE Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved. DRAFT ea-b138