|
|||||||||
| Home >> All >> [ mucode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mucode
Class DuplicateClassException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
mucode.MuCodeException
mucode.DuplicateClassException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateClassException
- extends MuCodeException
Thrown upon an attempt to insert a class in a class space where a class with the same name already exists.
- Version:
- 1.0
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class mucode.MuCodeException |
|
| 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 mucode.MuCodeException |
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.
|
|||||||||
| Home >> All >> [ mucode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC