Class SetLoggerError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.corpus_tools.graphannis.errors.GraphANNISException
-
- org.corpus_tools.graphannis.errors.SetLoggerError
-
- All Implemented Interfaces:
Serializable
public class SetLoggerError extends GraphANNISException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetLoggerError(String msg, GraphANNISException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SetLoggerError
public SetLoggerError(String msg, GraphANNISException cause)
-
-