public class

AmbiguousClass

extends ClassNotFound
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ sun.tools.java.ClassNotFound
         ↳ sun.tools.java.AmbiguousClass

Class Overview

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.

Summary

Fields
public Identifier name1 The class that was not found
public Identifier name2
[Expand]
Inherited Fields
From class sun.tools.java.ClassNotFound
Public Constructors
AmbiguousClass(Identifier name1, Identifier name2)
Constructor
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

public Identifier name1

The class that was not found

public Identifier name2

Public Constructors

public AmbiguousClass (Identifier name1, Identifier name2)

Constructor