Package org.glassfish.rmic.tools.java
Class AmbiguousClass
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.rmic.tools.java.ClassNotFound
-
- org.glassfish.rmic.tools.java.AmbiguousClass
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousClass extends ClassNotFound
This exception is thrown when an unqualified class name is used that can be resolved in more than one way. 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 Identifier
name1
The class that was not foundIdentifier
name2
-
Fields inherited from class org.glassfish.rmic.tools.java.ClassNotFound
name
-
-
Constructor Summary
Constructors Constructor Description AmbiguousClass(Identifier name1, Identifier name2)
Constructor
-
-
-
Field Detail
-
name1
public Identifier name1
The class that was not found
-
name2
public Identifier name2
-
-
Constructor Detail
-
AmbiguousClass
public AmbiguousClass(Identifier name1, Identifier name2)
Constructor
-
-