Class PepperConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- org.corpus_tools.pepper.exceptions.PepperConfigurationException
-
- All Implemented Interfaces:
Serializable
public class PepperConfigurationException extends PepperException
Is thrown, when any exception occurs concerning the configuration of Pepper. For instance a configuration file cannot be read, or an invalid value is contained.- Author:
- Florian Zipser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PepperConfigurationException()PepperConfigurationException(String s)PepperConfigurationException(String s, Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-