public class

AmbiguousMember

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ sun.tools.java.AmbiguousMember

Class Overview

This exception is thrown when a field reference is ambiguous. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

Fields
public MemberDefinition field1 The field that was not found
public MemberDefinition field2
Public Constructors
AmbiguousMember(MemberDefinition field1, MemberDefinition field2)
Constructor
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

public MemberDefinition field1

The field that was not found

public MemberDefinition field2

Public Constructors

public AmbiguousMember (MemberDefinition field1, MemberDefinition field2)

Constructor