|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.lang.model.type.UnknownTypeException
public class UnknownTypeException
Indicates that an unknown kind of type was encountered. This can
occur if the language evolves and new kinds of types are added to
the TypeMirror
hierarchy. May be thrown by a type visitor to indicate that the visitor was created
for a prior version of the language.
TypeVisitor.visitUnknown(javax.lang.model.type.TypeMirror, P)
,
Serialized FormConstructor Summary | |
---|---|
UnknownTypeException(TypeMirror t,
Object p)
Creates a new UnknownTypeException .The p
parameter may be used to pass in an additional argument with
information about the context in which the unknown type was
encountered; for example, the visit methods of TypeVisitor may pass in their additional parameter. |
Method Summary | |
---|---|
Object |
getArgument()
Returns the additional argument. |
TypeMirror |
getUnknownType()
Returns the unknown type. |
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 UnknownTypeException(TypeMirror t, Object p)
UnknownTypeException
.The p
parameter may be used to pass in an additional argument with
information about the context in which the unknown type was
encountered; for example, the visit methods of TypeVisitor
may pass in their additional parameter.
t
- the unknown type, may be null
p
- an additional parameter, may be null
Method Detail |
---|
public TypeMirror getUnknownType()
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.