|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jaxx.compiler.CompilerException
jaxx.compiler.UnsupportedTagException
public class UnsupportedTagException
Thrown by the compiler when an unregistered tag is encountered.
| Constructor Summary | |
|---|---|
UnsupportedTagException()
Creates a new UnsupportedTagException. |
|
UnsupportedTagException(java.lang.String msg)
Creates a new UnsupportedTagException with the specified detail message. |
|
UnsupportedTagException(java.lang.String msg,
java.lang.Throwable initCause)
Creates a new UnsupportedTagException with the specified detail message and cause. |
|
UnsupportedTagException(java.lang.Throwable initCause)
Creates a new UnsupportedTagException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnsupportedTagException()
UnsupportedTagException.
public UnsupportedTagException(java.lang.String msg)
UnsupportedTagException with the specified detail message.
msg - the exception's detail messagepublic UnsupportedTagException(java.lang.Throwable initCause)
UnsupportedTagException with the specified cause.
initCause - the exception's initCause
public UnsupportedTagException(java.lang.String msg,
java.lang.Throwable initCause)
UnsupportedTagException with the specified detail message and cause.
msg - the exception's detail messageinitCause - the exception's initCause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||