uk.ac.umist.co.brailletrans
Class LanguageLegacyDatafileFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.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.

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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