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

Most visited

Recently visited

CharConversionException

public class CharConversionException
extends IOException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.CharConversionException


Base class for character conversion exceptions.

Summary

Public constructors

CharConversionException()

This provides no detailed message.

CharConversionException(String s)

This provides a detailed message.

Inherited methods

Public constructors

CharConversionException

public CharConversionException ()

This provides no detailed message.

CharConversionException

public CharConversionException (String s)

This provides a detailed message.

Parameters
s String: the detailed message associated with the exception.