Added in API level 1
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 | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
Public constructors
CharConversionException
Added in API level 1
CharConversionException ()
This provides no detailed message.
CharConversionException
Added in API level 1
CharConversionException (String s)
This provides a detailed message.
| Parameters | |
|---|---|
s |
String:
the detailed message associated with the exception.
|
Interfaces
Classes
- BufferedInputStream
- BufferedOutputStream
- BufferedReader
- BufferedWriter
- ByteArrayInputStream
- ByteArrayOutputStream
- CharArrayReader
- CharArrayWriter
- Console
- DataInputStream
- DataOutputStream
- File
- FileDescriptor
- FileInputStream
- FileOutputStream
- FilePermission
- FileReader
- FileWriter
- FilterInputStream
- FilterOutputStream
- FilterReader
- FilterWriter
- InputStream
- InputStreamReader
- LineNumberInputStream
- LineNumberReader
- ObjectInputStream
- ObjectInputStream.GetField
- ObjectOutputStream
- ObjectOutputStream.PutField
- ObjectStreamClass
- ObjectStreamField
- OutputStream
- OutputStreamWriter
- PipedInputStream
- PipedOutputStream
- PipedReader
- PipedWriter
- PrintStream
- PrintWriter
- PushbackInputStream
- PushbackReader
- RandomAccessFile
- Reader
- SequenceInputStream
- SerializablePermission
- StreamTokenizer
- StringBufferInputStream
- StringReader
- StringWriter
- Writer
Exceptions
- CharConversionException
- EOFException
- FileNotFoundException
- InterruptedIOException
- InvalidClassException
- InvalidObjectException
- IOException
- NotActiveException
- NotSerializableException
- ObjectStreamException
- OptionalDataException
- StreamCorruptedException
- SyncFailedException
- UncheckedIOException
- UnsupportedEncodingException
- UTFDataFormatException
- WriteAbortedException
Errors

