Class TextConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.datafox.dfxengine.text.api.exception.TextConfigurationException
- All Implemented Interfaces:
Serializable
Thrown if a
TextConfiguration has an invalid value for the component using it.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for TextConfigurationExceptionTextConfigurationException(String message) Constructor for TextConfigurationExceptionTextConfigurationException(String message, Throwable cause) Constructor for TextConfigurationExceptionConstructor for TextConfigurationException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextConfigurationException
public TextConfigurationException()Constructor for TextConfigurationException -
TextConfigurationException
Constructor for TextConfigurationException- Parameters:
message- message for the exception
-
TextConfigurationException
Constructor for TextConfigurationException- Parameters:
message- message for the exceptioncause- cause for the exception
-
TextConfigurationException
Constructor for TextConfigurationException- Parameters:
cause- cause for the exception
-