Class SightlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.scripting.sightly.SightlyException
- All Implemented Interfaces:
Serializable
Exceptions caused by the HTL engine.
- See Also:
-
Constructor Summary
ConstructorDescriptionSightlyException
(String message) SightlyException
(String message, Throwable cause) SightlyException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SightlyException
public SightlyException() -
SightlyException
-
SightlyException
-
SightlyException
-