# Print output for @column tags ?> IllegalFormatCodePointException - Android SDK | Android Developers

Most visited


Recently visited


IllegalFormatCodePointException

public class IllegalFormatCodePointException
extends IllegalFormatException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ java.util.IllegalFormatException
             ↳ java.util.IllegalFormatCodePointException


Unchecked exception thrown when a character with an invalid Unicode code point as defined by Character#isValidCodePoint is passed to the Formatter.

Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.

Summary


Public constructors

IllegalFormatCodePointException(int c)

Constructs an instance of this class with the specified illegal code point as defined by Character#isValidCodePoint.

Public methods

int getCodePoint()

Returns the illegal code point as defined by Character.isValidCodePoint(int).

String getMessage()

Returns the detail message string of this throwable.

Inherited methods

Public constructors


IllegalFormatCodePointException

public IllegalFormatCodePointException (int c)

Constructs an instance of this class with the specified illegal code point as defined by Character#isValidCodePoint.

Parameters
c int: The illegal Unicode code point

Public methods


getCodePoint

public int getCodePoint ()

Returns the illegal code point as defined by Character.isValidCodePoint(int).

Returns
int The illegal Unicode code point

getMessage

public String getMessage ()

Returns the detail message string of this throwable.

Returns
String the detail message string of this Throwable instance (which may be null).

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.