UTF
Class UTFDataFormatError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
UTF.UTFDataFormatError
- All Implemented Interfaces:
- java.io.Serializable
- public class UTFDataFormatError
- extends java.lang.RuntimeException
- Version:
- $Id: UTFDataFormatError.java,v 1.3 2003/05/12 10:05:21 joewhaley Exp $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UTFDataFormatError
public UTFDataFormatError()
- Creates new
UTFDataFormatError without detail message.
UTFDataFormatError
public UTFDataFormatError(java.lang.String msg)
- Constructs an
UTFDataFormatError with the specified detail message.