mitoolkit.core
Class DuplicateClassException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymitoolkit.core.MiToolkitException
              extended bymitoolkit.core.DuplicateClassException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateClassException
extends MiToolkitException

Thrown upon an attempt to insert a class in a class space where a class with the same name already exists.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class mitoolkit.core.MiToolkitException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DuplicateClassException()
          Creates a new exception.
DuplicateClassException(java.lang.String s)
          Creates a new exception with an explanatory message.
 
Methods inherited from class mitoolkit.core.MiToolkitException
getInternal, hasInternal, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateClassException

public DuplicateClassException()
Creates a new exception.


DuplicateClassException

public DuplicateClassException(java.lang.String s)
Creates a new exception with an explanatory message.

Parameters:
s - an explanatory message for the exception.