MirroredTypesException
です。@Deprecated public class MirroredTypesException extends RuntimeException
TypeMirror
に対応する Class
オブジェクトのシーケンスにアクセスしようとしたときにスローされます。コンストラクタと説明 |
---|
MirroredTypesException(Collection<TypeMirror> types)
非推奨。
指定された型の新しい MirroredTypesException を構築します。
|
修飾子と型 | メソッドと説明 |
---|---|
Collection<String> |
getQualifiedNames()
非推奨。
アクセスされる複数の型の完全指定名を返します。
|
Collection<TypeMirror> |
getTypeMirrors()
非推奨。
アクセスされる複数の型に対応する複数の型ミラーを返します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MirroredTypesException(Collection<TypeMirror> types)
types
- アクセスされる型の順序付きコレクションpublic Collection<TypeMirror> getTypeMirrors()
public Collection<String> getQualifiedNames()
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.