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

public class TextConfigurationException extends RuntimeException
Thrown if a TextConfiguration has an invalid value for the component using it.
See Also:
  • Constructor Details

    • TextConfigurationException

      public TextConfigurationException()
      Constructor for TextConfigurationException
    • TextConfigurationException

      public TextConfigurationException(String message)
      Constructor for TextConfigurationException
      Parameters:
      message - message for the exception
    • TextConfigurationException

      public TextConfigurationException(String message, Throwable cause)
      Constructor for TextConfigurationException
      Parameters:
      message - message for the exception
      cause - cause for the exception
    • TextConfigurationException

      public TextConfigurationException(Throwable cause)
      Constructor for TextConfigurationException
      Parameters:
      cause - cause for the exception