| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException jaxx.CompilerException jaxx.UnsupportedAttributeException
UnsupportedAttributeException | public UnsupportedAttributeException()(Code) | | Creates a new UnsupportedAttributeException .
|
UnsupportedAttributeException | public UnsupportedAttributeException(String msg)(Code) | | Creates a new UnsupportedAttributeException with the specified detail message.
Parameters: msg - the exception's detail message |
UnsupportedAttributeException | public UnsupportedAttributeException(Throwable initCause)(Code) | | Creates a new UnsupportedAttributeException with the specified cause.
Parameters: initCause - the exception's initCause |
UnsupportedAttributeException | public UnsupportedAttributeException(String msg, Throwable initCause)(Code) | | Creates a new UnsupportedAttributeException 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)
|
|
|
|