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

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

public class MissingFormatWidthException_
extends IllegalFormatException_

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  java.lang.String formatSpecifier
           
 
Constructor Summary
MissingFormatWidthException_(java.lang.String s)
           
 
Method Summary
 java.lang.String getFormatSpecifier()
           
 java.lang.String getMessage()
           
 
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

formatSpecifier

private java.lang.String formatSpecifier
Constructor Detail

MissingFormatWidthException_

public MissingFormatWidthException_(java.lang.String s)
Method Detail

getFormatSpecifier

public java.lang.String getFormatSpecifier()

getMessage

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