public class SaltInsertionException extends RuntimeException
Node can not be set to an Relations
source or target, a Relation cannot be added to a Graph or a
Label cannot be added to a Node etc. .| Constructor and Description |
|---|
SaltInsertionException(Object container,
Object object)
Initializes an object of this exception class.
|
SaltInsertionException(Object container,
Object object,
String msg)
Initializes an object of this exception class.
|
SaltInsertionException(Object container,
Object object,
String msg,
Throwable ex)
Initializes an object of this exception class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaltInsertionException(Object container, Object object)
container - the container object, which could not insert the passed
object.object - the object to be inserted into the containerpublic SaltInsertionException(Object container, Object object, String msg)
container - the container object, which could not insert the passed
object.object - the object to be inserted into the containermsg - a message to be passedpublic SaltInsertionException(Object container, Object object, String msg, Throwable ex)
container - the container object, which could not insert the passed
object.object - the object to be inserted into the containermsg - a message to be passedex - a sub exception too be passedCopyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.