joeq.UTF
Class UTFDataFormatError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by joeq.UTF.UTFDataFormatError
All Implemented Interfaces:
Serializable

public class UTFDataFormatError
extends RuntimeException

Indicates a UTF format error.

Version:
$Id: UTFDataFormatError.java 2250 2005-04-29 07:41:11Z joewhaley $
Author:
John Whaley
See Also:
Serialized Form

Constructor Summary
UTFDataFormatError()
          Creates new UTFDataFormatError without detail message.
UTFDataFormatError(String msg)
          Constructs an UTFDataFormatError 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

UTFDataFormatError

public UTFDataFormatError()
Creates new UTFDataFormatError without detail message.


UTFDataFormatError

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

Parameters:
msg - the detail message.


Copyright © 2001-2008 John Whaley. All Rights Reserved.