Package org.daisy.dotify.api.hyphenator
Class HyphenatorConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.daisy.dotify.api.hyphenator.HyphenatorConfigurationException
-
- All Implemented Interfaces:
Serializable
public class HyphenatorConfigurationException extends Exception
Provides an exception that indicates that a feature is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HyphenatorConfigurationException()
protected
HyphenatorConfigurationException(String message)
protected
HyphenatorConfigurationException(String message, Throwable cause)
protected
HyphenatorConfigurationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-