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

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

public class InitializationException
extends java.lang.RuntimeException

InitializationException is thrown when the tokenizer can't be initialized.

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

Constructor Summary
InitializationException()
          This creates a new instance of InitializationException.
InitializationException(java.lang.String aMessage)
          This creates a new instance of InitializationException 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

InitializationException

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


InitializationException

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

Parameters:
aMessage - a String with the error message