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

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

public class IllegalFormatCodePointException_
extends IllegalFormatException_

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  int codePoint
           
 
Constructor Summary
IllegalFormatCodePointException_(int c)
           
 
Method Summary
 int getCodePoint()
           
 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

codePoint

private int codePoint
Constructor Detail

IllegalFormatCodePointException_

public IllegalFormatCodePointException_(int c)
Method Detail

getCodePoint

public int getCodePoint()

getMessage

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