Class StyleDatabaseRequiredException

All Implemented Interfaces:
Serializable

public class StyleDatabaseRequiredException extends IllegalStateException
Thrown when a requested operation requires a StyleDatabase to complete.
See Also:
  • Constructor Details

    • StyleDatabaseRequiredException

      public StyleDatabaseRequiredException()
    • StyleDatabaseRequiredException

      public StyleDatabaseRequiredException(String s)
    • StyleDatabaseRequiredException

      public StyleDatabaseRequiredException(Throwable cause)
    • StyleDatabaseRequiredException

      public StyleDatabaseRequiredException(String message, Throwable cause)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • setValueText

      public void setValueText(String text)
      Sets the text string of the value causing the exception.
      Parameters:
      text - the value text.
    • getValueText

      public String getValueText()
      Gets the text string of the value causing the exception.
      Returns:
      the value text.