Package org.glassfish.rmic.tools.java
Class AmbiguousMember
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.rmic.tools.java.AmbiguousMember
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousMember extends java.lang.Exception
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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description MemberDefinition
field1
The field that was not foundMemberDefinition
field2
-
Constructor Summary
Constructors Constructor Description AmbiguousMember(MemberDefinition field1, MemberDefinition field2)
Constructor
-
-
-
Field Detail
-
field1
public MemberDefinition field1
The field that was not found
-
field2
public MemberDefinition field2
-
-
Constructor Detail
-
AmbiguousMember
public AmbiguousMember(MemberDefinition field1, MemberDefinition field2)
Constructor
-
-