de.tudarmstadt.ukp.jwktl.api
Class WiktionaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.tudarmstadt.ukp.jwktl.api.WiktionaryException
All Implemented Interfaces:
Serializable

public class WiktionaryException
extends RuntimeException

Runtime exception which is thrown by the API in different situations, especially when there are problems accessing the parsed Wiktionary data.

Author:
Christian M. Meyer, Christof Müller
See Also:
Serialized Form

Constructor Summary
WiktionaryException()
           
WiktionaryException(String message)
           
WiktionaryException(String message, Throwable cause)
           
WiktionaryException(Throwable cause)
           
 
Method Summary
 
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

WiktionaryException

public WiktionaryException()

WiktionaryException

public WiktionaryException(String message)

WiktionaryException

public WiktionaryException(String message,
                           Throwable cause)

WiktionaryException

public WiktionaryException(Throwable cause)


Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.