uk.ac.umist.co.brailletrans
Class LanguageDefinitionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.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.
- See Also:
- Serialized Form
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 |
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