Module technology.sola.engine
Class UnsupportedStylesPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.engine.graphics.gui.json.exception.UnsupportedStylesPropertyException
- All Implemented Interfaces:
Serializable
Exception thrown when reading a GUI JSON file that uses a styles property that is not recognized.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedStylesPropertyException
(String propertyKey) Creates an instance of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedStylesPropertyException
Creates an instance of this exception.- Parameters:
propertyKey
- the unsupported property key
-