Class StyleException

All Implemented Interfaces:
Serializable

public class StyleException extends RuntimeException
Class for exceptions regarding Styles
Author:
Raphael Stoeckli
See Also:
  • Constructor Details

    • StyleException

      public StyleException()
      Default constructor
    • StyleException

      public StyleException(String message)
      Constructor with passed message
      Parameters:
      message - Message of the exception
    • StyleException

      public StyleException(String message, Exception inner)
      Constructor with passed message
      Parameters:
      message - Message of the exception
      inner - Inner exception