de.tudarmstadt.ukp.jwktl.api
Class WiktionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.