Class SyThemeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsycamore.api.themes.SyThemeValueException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionSyThemeValueException(String message, SyThemeValueErrorCode inErrorCode) Construct an exception.SyThemeValueException(String message, Throwable cause, SyThemeValueErrorCode inErrorCode) Construct an exception.SyThemeValueException(Throwable cause, SyThemeValueErrorCode inErrorCode) Construct an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyThemeValueException
Construct an exception.- Parameters:
message- The exception messageinErrorCode- The error code
-
SyThemeValueException
Construct an exception.- Parameters:
message- The exception messagecause- The exception causeinErrorCode- The error code
-
SyThemeValueException
Construct an exception.- Parameters:
cause- The exception causeinErrorCode- The error code
-
-
Method Details
-
errorCode
- Returns:
- The error code
-