| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.UTFDataFormatException
public class UTFDataFormatException
Signals that a malformed string in
 modified UTF-8
 format has been read in a data
 input stream or by any class that implements the data input
 interface.
 See the
 DataInput
 class description for the format in
 which modified UTF-8 strings are read and written.
DataInput, 
DataInputStream.readUTF(java.io.DataInput), 
IOException, 
Serialized Form| Constructor Summary | |
|---|---|
UTFDataFormatException()
Constructs a UTFDataFormatException with
 null as its error detail message. | 
|
UTFDataFormatException(String s)
Constructs a UTFDataFormatException with the
 specified detail message. | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public UTFDataFormatException()
UTFDataFormatException with
 null as its error detail message.
public UTFDataFormatException(String s)
UTFDataFormatException with the
 specified detail message. The string s can be
 retrieved later by the
 Throwable.getMessage()
 method of class java.lang.Throwable.
s - the detail message.
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.