Class SyThemeValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsycamore.api.themes.SyThemeValueException
All Implemented Interfaces:
Serializable

public final class SyThemeValueException extends Exception
An exception raised by values.
See Also:
  • Constructor Details

    • SyThemeValueException

      public SyThemeValueException(String message, SyThemeValueErrorCode inErrorCode)
      Construct an exception.
      Parameters:
      message - The exception message
      inErrorCode - The error code
    • SyThemeValueException

      public SyThemeValueException(String message, Throwable cause, SyThemeValueErrorCode inErrorCode)
      Construct an exception.
      Parameters:
      message - The exception message
      cause - The exception cause
      inErrorCode - The error code
    • SyThemeValueException

      public SyThemeValueException(Throwable cause, SyThemeValueErrorCode inErrorCode)
      Construct an exception.
      Parameters:
      cause - The exception cause
      inErrorCode - The error code
  • Method Details