Class SightlyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.scripting.sightly.SightlyException
All Implemented Interfaces:
Serializable

public class SightlyException extends RuntimeException
Exceptions caused by the HTL engine.
See Also:
  • Constructor Details

    • SightlyException

      public SightlyException()
    • SightlyException

      public SightlyException(String message)
    • SightlyException

      public SightlyException(String message, Throwable cause)
    • SightlyException

      public SightlyException(Throwable cause)