Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

UTF
Class UTFDataFormatError  view UTFDataFormatError download UTFDataFormatError.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byUTF.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UTFDataFormatError()
          Creates new UTFDataFormatError without detail message.
UTFDataFormatError(java.lang.String msg)
          Constructs an UTFDataFormatError with the specified detail message.
 
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

UTFDataFormatError

public UTFDataFormatError()
Creates new UTFDataFormatError without detail message.


UTFDataFormatError

public UTFDataFormatError(java.lang.String msg)
Constructs an UTFDataFormatError with the specified detail message.