|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.lang.model.element
|
|||||||||||||||
| Constructor Summary | |
|---|---|
UnknownElementException(Element e,
Object p)
Creates a new UnknownElementException. |
|
| Method Summary | |
|---|---|
Object |
getArgument()
Returns the additional argument. |
Element |
getUnknownElement()
Returns the unknown element. |
| 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 UnknownElementException(Element e, Object p)
UnknownElementException. The p
parameter may be used to pass in an additional argument with
information about the context in which the unknown element was
encountered; for example, the visit methods of ElementVisitor may pass in their additional parameter.
e - the unknown element, may be nullp - an additional parameter, may be null| Method Detail |
|---|
public Element getUnknownElement()
null if unavailablepublic Object getArgument()