public abstract class KernelException extends Exception
Kernel API.| Constructor and Description |
|---|
KernelException(String message)
Deprecated.
|
KernelException(String message,
Throwable cause)
Deprecated.
|
KernelException(Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUserMessage(TokenNameLookup tokenNameLookup) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public KernelException(String message, Throwable cause)
@Deprecated public KernelException(String message)
@Deprecated public KernelException(Throwable cause)
public String getUserMessage(TokenNameLookup tokenNameLookup)
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.