com.sun.tools.xjc.reader.xmlschema
Class CollisionInfo

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.CollisionInfo

final class CollisionInfo
extends Object

Details of a name collision.


Constructor Summary
CollisionInfo(String name, Locator source1, Locator source2)
           
 
Method Summary
 String toString()
          Returns a localized message that describes the collision.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollisionInfo

public CollisionInfo(String name,
                     Locator source1,
                     Locator source2)
Method Detail

toString

public String toString()
Returns a localized message that describes the collision.

Overrides:
toString in class Object