Class TagException

All Implemented Interfaces:
Serializable

public final class TagException extends FaceletException
An Exception caused by a Tag
See Also:
  • Constructor Details

    • TagException

      public TagException(Tag tag)
    • TagException

      public TagException(Tag tag, String message)
      Parameters:
      message -
    • TagException

      public TagException(Tag tag, String message, Throwable cause)
      Parameters:
      message -
      cause -
    • TagException

      public TagException(Tag tag, Throwable cause)
      Parameters:
      cause -