uk.ac.umist.co.brailletrans
Class LanguageDefinitionException

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

public class LanguageDefinitionException
extends java.lang.Exception

Indicates an error in the creation of a new LanguageUnicode object. This is thrown when one of the LanguageUnicode set methods is used to add data (character rules, translation rules, state descriptions and so on) to a new LanguageUnicode (created by new LanguageUnicode() but the methods are used with invalid parameters or in the incorrect order.

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
LanguageDefinitionException()
          Creates a new default LanguageDefinitionException
LanguageDefinitionException(java.lang.String description)
          Creates a new LanguageDefinitionException 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

LanguageDefinitionException

public LanguageDefinitionException()
Creates a new default LanguageDefinitionException


LanguageDefinitionException

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

Parameters:
description - String containing description of error.