Skip navigation links
C G P R S 

C

checkArgument(boolean) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Arg<?>, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Arg<?>...) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkNotNull(T) - Static method in class com.palantir.logsafe.Preconditions
Ensures that an Object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String) - Static method in class com.palantir.logsafe.Preconditions
Ensures that an Object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures that an Object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures that an Object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Arg<?>, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures that an Object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Arg<?>...) - Static method in class com.palantir.logsafe.Preconditions
Ensures that an Object reference passed as a parameter to the calling method is not null.
checkState(boolean) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkState(boolean, String, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkState(boolean, String, Arg<?>, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkState(boolean, String, Arg<?>...) - Static method in class com.palantir.logsafe.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
com.palantir.logsafe - package com.palantir.logsafe
 
com.palantir.logsafe.exceptions - package com.palantir.logsafe.exceptions
 

G

getArgs() - Method in exception com.palantir.logsafe.exceptions.SafeIllegalArgumentException
 
getArgs() - Method in exception com.palantir.logsafe.exceptions.SafeIllegalStateException
 
getArgs() - Method in exception com.palantir.logsafe.exceptions.SafeIoException
 
getArgs() - Method in exception com.palantir.logsafe.exceptions.SafeNullPointerException
 
getArgs() - Method in exception com.palantir.logsafe.exceptions.SafeRuntimeException
 
getLogMessage() - Method in exception com.palantir.logsafe.exceptions.SafeIllegalArgumentException
 
getLogMessage() - Method in exception com.palantir.logsafe.exceptions.SafeIllegalStateException
 
getLogMessage() - Method in exception com.palantir.logsafe.exceptions.SafeIoException
 
getLogMessage() - Method in exception com.palantir.logsafe.exceptions.SafeNullPointerException
 
getLogMessage() - Method in exception com.palantir.logsafe.exceptions.SafeRuntimeException
 

P

Preconditions - Class in com.palantir.logsafe
 

R

renderMessage(String, Arg<?>...) - Static method in class com.palantir.logsafe.exceptions.SafeExceptions
 

S

SafeExceptions - Class in com.palantir.logsafe.exceptions
SafeExceptions provides utility functionality for SafeLoggable exception implementations.
SafeIllegalArgumentException - Exception in com.palantir.logsafe.exceptions
 
SafeIllegalArgumentException() - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalArgumentException
 
SafeIllegalArgumentException(String, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalArgumentException
 
SafeIllegalArgumentException(String, Throwable, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalArgumentException
 
SafeIllegalArgumentException(Throwable) - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalArgumentException
 
SafeIllegalStateException - Exception in com.palantir.logsafe.exceptions
 
SafeIllegalStateException() - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalStateException
 
SafeIllegalStateException(String, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalStateException
 
SafeIllegalStateException(String, Throwable, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalStateException
 
SafeIllegalStateException(Throwable) - Constructor for exception com.palantir.logsafe.exceptions.SafeIllegalStateException
 
SafeIoException - Exception in com.palantir.logsafe.exceptions
 
SafeIoException(String, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeIoException
 
SafeIoException(String, Throwable, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeIoException
 
SafeNullPointerException - Exception in com.palantir.logsafe.exceptions
 
SafeNullPointerException() - Constructor for exception com.palantir.logsafe.exceptions.SafeNullPointerException
 
SafeNullPointerException(String, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeNullPointerException
 
SafeRuntimeException - Exception in com.palantir.logsafe.exceptions
 
SafeRuntimeException() - Constructor for exception com.palantir.logsafe.exceptions.SafeRuntimeException
 
SafeRuntimeException(String, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeRuntimeException
 
SafeRuntimeException(String, Throwable, Arg<?>...) - Constructor for exception com.palantir.logsafe.exceptions.SafeRuntimeException
 
SafeRuntimeException(Throwable) - Constructor for exception com.palantir.logsafe.exceptions.SafeRuntimeException
 
C G P R S 
Skip navigation links