chtdecoder.exceptions
Class CHTFileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bychtdecoder.exceptions.CHTFileException
All Implemented Interfaces:
java.io.Serializable

public class CHTFileException
extends java.lang.RuntimeException

Thrown to indicate an error while reading a .CHT file.

Version:
1.1, 09/14/04
Author:
John David Ratliff
See Also:
Serialized Form

Constructor Summary
CHTFileException()
          Creates a new CHTFileException object.
CHTFileException(java.lang.String message)
          Creates a new CHTFileException object with an embedded error message.
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CHTFileException

public CHTFileException()
Creates a new CHTFileException object.


CHTFileException

public CHTFileException(java.lang.String message)
Creates a new CHTFileException object with an embedded error message.

Parameters:
message - The error message.
Method Detail

toString

public java.lang.String toString()
Returns a String representation of this Exception.

Returns:
A String representation.