Exception: java.util.IllegalFormatCodePointException
- public exception IllegalFormatCodePointException
- extends IllegalFormatException
Unchecked exception thrown when a character with an invalid Unicode code
point as defined by Character.isValidCodePoint(int) is passed to the
java.util.Formatter.
Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- java.util.IllegalFormatException
- java.util.IllegalFormatCodePointException
Methods
-
IllegalFormatCodePointExceptiontop
public IllegalFormatCodePointException(int c)Constructs an instance of this class with the specified illegal code point as defined by Character.isValidCodePoint(int). -
getCodePointtop
public int getCodePoint()Returns the illegal code point as defined by Character.isValidCodePoint(int). -
getMessagetop
public String getMessage()Returns the detail message string of this throwable.- Override hierarchy:
- getMessage from Throwable
