public class UnsupportedAttributeException extends CompilerException
TagHandler when an unsupported attribute is encountered.TagHandler,
Serialized Form| Constructor and Description |
|---|
UnsupportedAttributeException()
Creates a new
UnsupportedAttributeException. |
UnsupportedAttributeException(String msg)
Creates a new
UnsupportedAttributeException with the specified detail message. |
UnsupportedAttributeException(String msg,
Throwable initCause)
Creates a new
UnsupportedAttributeException with the specified detail message and cause. |
UnsupportedAttributeException(Throwable initCause)
Creates a new
UnsupportedAttributeException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedAttributeException()
UnsupportedAttributeException.public UnsupportedAttributeException(String msg)
UnsupportedAttributeException with the specified detail message.msg - the exception's detail messagepublic UnsupportedAttributeException(Throwable initCause)
UnsupportedAttributeException with the specified cause.initCause - the exception's initCauseCopyright © 2008–2019 Ultreia.io. All rights reserved.