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