| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException jaxx.CompilerException jaxx.UnsupportedTagException
UnsupportedTagException | public class UnsupportedTagException extends CompilerException (Code) | | Thrown by the compiler when an unregistered tag is encountered.
|
UnsupportedTagException | public UnsupportedTagException()(Code) | | Creates a new UnsupportedTagException .
|
UnsupportedTagException | public UnsupportedTagException(String msg)(Code) | | Creates a new UnsupportedTagException with the specified detail message.
Parameters: msg - the exception's detail message |
UnsupportedTagException | public UnsupportedTagException(Throwable initCause)(Code) | | Creates a new UnsupportedTagException with the specified cause.
Parameters: initCause - the exception's initCause |
UnsupportedTagException | public UnsupportedTagException(String msg, Throwable initCause)(Code) | | Creates a new UnsupportedTagException with the specified detail message and cause.
Parameters: msg - the exception's detail message Parameters: initCause - the exception's initCause |
Methods inherited from jaxx.CompilerException | public void printStackTrace()(Code)(Java Doc)
|
|
|
|