Package org.daisy.dotify.api.text
Class Integer2TextConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.daisy.dotify.api.text.Integer2TextConfigurationException
-
- All Implemented Interfaces:
Serializable
public class Integer2TextConfigurationException extends Exception
Provides an exception to indicate problems when configuring an integer to text factory or instance.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Integer2TextConfigurationException()
protected
Integer2TextConfigurationException(String message)
protected
Integer2TextConfigurationException(String message, Throwable cause)
protected
Integer2TextConfigurationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-