Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openjava.mop
Class AmbiguousClassesException  view AmbiguousClassesException download AmbiguousClassesException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byopenjava.mop.MOPException
              extended byopenjava.mop.AmbiguousClassesException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousClassesException
extends MOPException

The exception AmbiguousClassesException is thrown if the additional OJClass object has the same name with another OJClass object's.

Since:
$Id: AmbiguousClassesException.java,v 1.2 2003/02/19 02:55:01 tatsubori Exp $
Version:
1.0

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class openjava.mop.MOPException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AmbiguousClassesException(java.lang.String access)
           
 
Methods inherited from class openjava.mop.MOPException
printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmbiguousClassesException

public AmbiguousClassesException(java.lang.String access)