|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jade.core.NameClashException
public class NameClashException
This exception is thrown when trying to create an agent with an already existing name.
| Field Summary | |
|---|---|
static java.lang.String |
KEYWORD
This constant string is used to distinguish a name clash from other reasons that may prevent the creation of an agent. |
| Constructor Summary | |
|---|---|
NameClashException()
Construct a NameClashException with no detail message |
|
NameClashException(java.lang.String msg)
Construct a NameClashException with the given message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String KEYWORD
| Constructor Detail |
|---|
public NameClashException()
NameClashException with no detail message
public NameClashException(java.lang.String msg)
NameClashException with the given message.
msg - The exception message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||