public final class TagException extends FaceletException
An Exception caused by a Tag
Constructor and Description |
---|
TagException(Tag tag)
Wrap the argument |
TagException(Tag tag,
String message)
Wrap the argument |
TagException(Tag tag,
String message,
Throwable cause)
Wrap the argument |
TagException(Tag tag,
Throwable cause)
Wrap the argument |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TagException(Tag tag)
Wrap the argument tag
so the exception can reference its information.
tag
- the Tag
that caused this exception.public TagException(Tag tag, String message)
Wrap the argument tag
so the exception can reference its information.
tag
- the Tag
that caused this exception.message
- a message describing the exceptionpublic TagException(Tag tag, Throwable cause)
Wrap the argument tag
so the exception can reference its information.
tag
- the Tag
that caused this exception.cause
- the root cause for this exception.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.