de.dfki.lt.tools.tokenizer.exceptions
Class LanguageNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.dfki.lt.tools.tokenizer.exceptions.ProcessingException
                  extended byde.dfki.lt.tools.tokenizer.exceptions.LanguageNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class LanguageNotSupportedException
extends ProcessingException

LanguageNotSupportedException is thrown when the necessary language resources are not available.

Version:
$Id: LanguageNotSupportedException.java,v 1.3 2005/04/12 08:47:38 steffen Exp $
Author:
Joerg Steffen, DFKI
See Also:
Serialized Form

Constructor Summary
LanguageNotSupportedException()
          This creates a new instance of LanguageNotSupportedException.
LanguageNotSupportedException(java.lang.String aMessage)
          This creates a new instance of LanguageNotSupportedException with an error message aMessage
 
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

LanguageNotSupportedException

public LanguageNotSupportedException()
This creates a new instance of LanguageNotSupportedException.


LanguageNotSupportedException

public LanguageNotSupportedException(java.lang.String aMessage)
This creates a new instance of LanguageNotSupportedException with an error message aMessage

Parameters:
aMessage - a String with the error message