Skip navigation links
Neo4j
C D E L M N O P R S T U W 

C

chain(T, T) - Static method in class org.neo4j.helpers.Exceptions
 
combine(E, E) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
compareDoubleAgainstLong(double, long) - Static method in class org.neo4j.helpers.MathUtil
 
compareLongAgainstDouble(long, double) - Static method in class org.neo4j.helpers.MathUtil
 
contains(Throwable, String, Class...) - Static method in class org.neo4j.helpers.Exceptions
 
contains(Throwable, Class...) - Static method in class org.neo4j.helpers.Exceptions
 
contains(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
 

D

decrementExactNotPastZero(int) - Static method in class org.neo4j.helpers.MathUtil
Return an integer one less than the given integer, or throw ArithmeticException if the given integer is zero.

E

Exceptions - Class in org.neo4j.helpers
 

L

lastWordOrQuoteOf(String, boolean) - Static method in class org.neo4j.helpers.TextUtil
 
launderedException(Throwable) - Static method in class org.neo4j.helpers.Exceptions
launderedException(String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
launderedException(Class<T>, Throwable) - Static method in class org.neo4j.helpers.Exceptions
launderedException(Class<T>, String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
use throw e or throw new RuntimeException(e) directly. Prefer multi-caches if applicable. For more elaborate scenarios, have a look at Exceptions.throwIfUnchecked(Throwable) and Exceptions.throwIfInstanceOf(Throwable, Class)

For a more furrow explanation take a look at the very similar case: Why we deprecated Throwables.propagate

M

MathUtil - Class in org.neo4j.helpers
 

N

Numbers - Class in org.neo4j.helpers
 
Numbers() - Constructor for class org.neo4j.helpers.Numbers
 
numbersEqual(double, long) - Static method in class org.neo4j.helpers.MathUtil
 

O

org.neo4j.helpers - package org.neo4j.helpers
 

P

peel(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
Peels off layers of causes.
portion(double...) - Static method in class org.neo4j.helpers.MathUtil
Calculates the portion of the first value to all values passed

R

rootCause(Throwable) - Static method in class org.neo4j.helpers.Exceptions
Returns the root cause of an exception.

S

safeCastIntToShort(int) - Static method in class org.neo4j.helpers.Numbers
 
safeCastIntToUnsignedByte(int) - Static method in class org.neo4j.helpers.Numbers
 
safeCastIntToUnsignedShort(int) - Static method in class org.neo4j.helpers.Numbers
 
safeCastLongToByte(long) - Static method in class org.neo4j.helpers.Numbers
 
safeCastLongToInt(long) - Static method in class org.neo4j.helpers.Numbers
 
safeCastLongToShort(long) - Static method in class org.neo4j.helpers.Numbers
 
setMessage(Throwable, String) - Static method in class org.neo4j.helpers.Exceptions
 
SILENT_UNCAUGHT_EXCEPTION_HANDLER - Static variable in class org.neo4j.helpers.Exceptions
 
stringify(Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
stringify(Thread, StackTraceElement[]) - Static method in class org.neo4j.helpers.Exceptions
 

T

templateString(String, Map<String, ?>) - Static method in class org.neo4j.helpers.TextUtil
 
templateString(String, String, Map<String, ?>) - Static method in class org.neo4j.helpers.TextUtil
 
TextUtil - Class in org.neo4j.helpers
 
throwIfInstanceOf(Throwable, Class<T>) - Static method in class org.neo4j.helpers.Exceptions
Will rethrow the provided exception if it is an instance of clazz.
throwIfUnchecked(Throwable) - Static method in class org.neo4j.helpers.Exceptions
Rethrows exception if it is an instance of RuntimeException or Error.
tokenizeStringWithQuotes(String) - Static method in class org.neo4j.helpers.TextUtil
Tokenizes a string, regarding quotes.
tokenizeStringWithQuotes(String, boolean, boolean) - Static method in class org.neo4j.helpers.TextUtil
Tokenizes a string, regarding quotes.

U

unsignedByteToInt(byte) - Static method in class org.neo4j.helpers.Numbers
 
unsignedShortToInt(short) - Static method in class org.neo4j.helpers.Numbers
 

W

withCause(T, Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
withMessage(T, String) - Static method in class org.neo4j.helpers.Exceptions
 
withSuppressed(T, Throwable...) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
C D E L M N O P R S T U W 
Skip navigation links
Neo4j

Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.