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

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.IllegalFormatWidthException_
All Implemented Interfaces:
java.io.Serializable

public class IllegalFormatWidthException_
extends IllegalFormatException_

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  int width
           
 
Constructor Summary
IllegalFormatWidthException_(int w)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getWidth()
           
 
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

width

private int width
Constructor Detail

IllegalFormatWidthException_

public IllegalFormatWidthException_(int w)
Method Detail

getWidth

public int getWidth()

getMessage

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