uk.ac.umist.co.brailletrans
Class LanguageLegacyDatafileFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.umist.co.brailletrans.LanguageLegacyDatafileFormatException
All Implemented Interfaces:
java.io.Serializable

public class LanguageLegacyDatafileFormatException
extends java.lang.Exception

Indicates an error in loading and parsing a legacy 256-character language file for use.

Copyright 1999, 2004 Alasdair King. This program is free software under the terms of the GNU General Public License.

See Also:
Serialized Form

Constructor Summary
LanguageLegacyDatafileFormatException()
          Creates a new default LanguageLegacyDatafileFormatException
LanguageLegacyDatafileFormatException(java.lang.String description)
          Creates a new LanguageLegacyDatafileFormatException with the error text held in description.
 
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

LanguageLegacyDatafileFormatException

public LanguageLegacyDatafileFormatException()
Creates a new default LanguageLegacyDatafileFormatException


LanguageLegacyDatafileFormatException

public LanguageLegacyDatafileFormatException(java.lang.String description)
Creates a new LanguageLegacyDatafileFormatException with the error text held in description.

Parameters:
description - String containing description of error.