joeq.UTF
Class UTFDataFormatError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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(String msg)
- Constructs an
UTFDataFormatError
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2001-2008 John Whaley. All Rights Reserved.