| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| 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
javax.lang.model.element.UnknownElementException
public class UnknownElementException
Indicates that an unknown kind of element was encountered.  This
 can occur if the language evolves and new kinds of elements are
 added to the Element hierarchy.  May be thrown by an
 element visitor to indicate that the
 visitor was created for a prior version of the language.
ElementVisitor.visitUnknown(javax.lang.model.element.Element, P), 
Serialized Form| 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()
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.