java.util
Class IllegalFormatFlagsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.util.IllegalFormatException
                      extended by java.util.IllegalFormatFlagsException


public class IllegalFormatFlagsException
extends IllegalFormatException


Constructor Summary
IllegalFormatFlagsException(String f)
           
 
Method Summary
 String getFlags()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalFormatFlagsException

public IllegalFormatFlagsException(String f)
Method Detail

getFlags

public String getFlags()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable