|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.FormatFlagsConversionMismatchException
public class FormatFlagsConversionMismatchException
The unchecked exception will be thrown out if a conversion and flags are incompatible.
| Constructor Summary | |
|---|---|
FormatFlagsConversionMismatchException(String f,
char c)
Construct a FormatFlagsConversionMismatchException with the flags and conversion specified. |
|
| Method Summary | |
|---|---|
char |
getConversion()
Returns the incompatible Conversion. |
String |
getFlags()
Returns the incompatible format flag. |
String |
getMessage()
Returns the message string of the FormatFlagsConversionMismatchException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormatFlagsConversionMismatchException(String f,
char c)
f - The flagsc - The conversion| Method Detail |
|---|
public String getFlags()
public char getConversion()
public String getMessage()
getMessage in class Throwable
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||