|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.ac.ulg.montefiore.run.totem.repository.model.exception.AddDBException
public class AddDBException
Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...
Creation date: 25-Jan.-2005
Constructor Summary | |
---|---|
AddDBException()
Creates a new GAinstance of AddDBException without detail message. |
|
AddDBException(java.lang.String msg)
Constructs an GAinstance of AddDBException with the specified detail 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 |
Constructor Detail |
---|
public AddDBException()
AddDBException
without detail message.
public AddDBException(java.lang.String msg)
AddDBException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |