summaryrefslogtreecommitdiff
path: root/java/nio/charset/CharacterCodingException.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2002-11-08 12:15:32 +0000
committerMichael Koch <konqueror@gmx.de>2002-11-08 12:15:32 +0000
commit03e7fa338ecf4ad04592db8ac84e175646416213 (patch)
tree672c51dbc3e6331a6ee29c1dedb7031495f3436b /java/nio/charset/CharacterCodingException.java
parent607c7096d2fe8bef1455b837ccb8d4ed7ae2e083 (diff)
downloadclasspath-03e7fa338ecf4ad04592db8ac84e175646416213.tar.gz
2002-11-08 Jesse Rosenstock <jmr@fulcrummicro.com>
* java/nio/charset/CharacterCodingException.java: This class must be public. * java/nio/charset/Charset.java: Implemented whole class. * java/nio/charset/CharsetDecoder.java: Implemented whole class. * java/nio/charset/CharsetEncoder.java: Implemented whole class. * java/nio/charset/CoderMalfunctionError.java: This class must be public. * java/nio/charset/CoderResult.java: Implemented whole class. * java/nio/charset/CodingErrorAction.java: This class must be public. * java/nio/charset/IllegalCharsetNameException.java: This class must be public, better implementation. * java/nio/charset/MalformedInputException.java: This class must be public, better implementation. * java/nio/charset/UnmappableCharacterException.java: This class must be public, better implementation. * java/nio/charset/UnsupportedCharsetException.java: This class must be public, better implementation. * gnu/java/nio/charset/ISO_8859_1.java, gnu/java/nio/charset/Provider.java, gnu/java/nio/charset/US_ASCII.java, gnu/java/nio/charset/UTF_16.java, gnu/java/nio/charset/UTF_16BE.java, gnu/java/nio/charset/UTF_16Decoder.java, gnu/java/nio/charset/UTF_16Encoder.java, gnu/java/nio/charset/UTF_16LE.java, gnu/java/nio/charset/UTF_8.java, gnu/java/nio/charset/Makefile.am, gnu/java/nio/charset/.cvsignore: New files. * gnu/java/nio/Makefile.am: Add new subdir charset. * configure.in: Added gnu/java/nio/charset/Makefile to AC_OUTPUT.
Diffstat (limited to 'java/nio/charset/CharacterCodingException.java')
-rw-r--r--java/nio/charset/CharacterCodingException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/nio/charset/CharacterCodingException.java b/java/nio/charset/CharacterCodingException.java
index 381e4521d..f6a283bda 100644
--- a/java/nio/charset/CharacterCodingException.java
+++ b/java/nio/charset/CharacterCodingException.java
@@ -42,7 +42,7 @@ import java.io.IOException;
/**
* @since 1.4
*/
-class CharacterCodingException extends IOException
+public class CharacterCodingException extends IOException
{
/**
* Creates the exception