public class UnsupportedTagException extends CompilerException
| Constructor and Description |
|---|
UnsupportedTagException()
Creates a new
UnsupportedTagException. |
UnsupportedTagException(String msg)
Creates a new
UnsupportedTagException with the specified detail message. |
UnsupportedTagException(String msg,
Throwable initCause)
Creates a new
UnsupportedTagException with the specified detail message and cause. |
UnsupportedTagException(Throwable initCause)
Creates a new
UnsupportedTagException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedTagException()
UnsupportedTagException.public UnsupportedTagException(String msg)
UnsupportedTagException with the specified detail message.msg - the exception's detail messagepublic UnsupportedTagException(Throwable initCause)
UnsupportedTagException with the specified cause.initCause - the exception's initCauseCopyright © 2008–2018 Ultreia.io. All rights reserved.