|
||||||||||
| 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.CompilerException
jaxx.UnsupportedAttributeException
public class UnsupportedAttributeException
Thrown by TagHandler when an unsupported attribute is encountered.
TagHandler,
Serialized Form| Constructor Summary | |
|---|---|
UnsupportedAttributeException()
Creates a new UnsupportedAttributeException. |
|
UnsupportedAttributeException(java.lang.String msg)
Creates a new UnsupportedAttributeException with the specified detail message. |
|
UnsupportedAttributeException(java.lang.String msg,
java.lang.Throwable initCause)
Creates a new UnsupportedAttributeException with the specified detail message and cause. |
|
UnsupportedAttributeException(java.lang.Throwable initCause)
Creates a new UnsupportedAttributeException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class jaxx.CompilerException |
|---|
printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnsupportedAttributeException()
UnsupportedAttributeException.
public UnsupportedAttributeException(java.lang.String msg)
UnsupportedAttributeException with the specified detail message.
msg - the exception's detail messagepublic UnsupportedAttributeException(java.lang.Throwable initCause)
UnsupportedAttributeException with the specified cause.
initCause - the exception's initCause
public UnsupportedAttributeException(java.lang.String msg,
java.lang.Throwable initCause)
UnsupportedAttributeException 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 | |||||||||