org.jscience.linguistics.braille
Class BrailleLanguageDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jscience.linguistics.braille.BrailleLanguageDefinitionException
- All Implemented Interfaces:
- java.io.Serializable
public class BrailleLanguageDefinitionException
- extends java.lang.Exception
Indicates an error in the creation of a new BrailleLanguageUnicode object. This
is thrown when one of the BrailleLanguageUnicode set methods is used
to add data (character rules, translation rules, state descriptions and so
on) to a new BrailleLanguageUnicode (created by new BrailleLanguageUnicode()
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
| 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 |
BrailleLanguageDefinitionException
public BrailleLanguageDefinitionException()
- Creates a new default BrailleLanguageDefinitionException
BrailleLanguageDefinitionException
public BrailleLanguageDefinitionException(java.lang.String description)
- Creates a new BrailleLanguageDefinitionException with the error text held
in
description.
- Parameters:
description - String containing description of error.