net.sf.retrotranslator.runtime.java.util
Class IllegalFormatPrecisionException_

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 net.sf.retrotranslator.runtime.java.util.IllegalFormatException_
                      extended by net.sf.retrotranslator.runtime.java.util.IllegalFormatPrecisionException_
All Implemented Interfaces:
java.io.Serializable

public class IllegalFormatPrecisionException_
extends IllegalFormatException_

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  int precision
           
 
Constructor Summary
IllegalFormatPrecisionException_(int p)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getPrecision()
           
 
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
 

Field Detail

precision

private int precision
Constructor Detail

IllegalFormatPrecisionException_

public IllegalFormatPrecisionException_(int p)
Method Detail

getPrecision

public int getPrecision()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable