C D E G M P S T 

C

checkArgument(Boolean, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(Boolean, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(Boolean, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(Boolean, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkElementIndex(int, int, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkState(Boolean, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
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, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(Boolean, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(Boolean, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.

D

DEFAULT_FORMAT - Static variable in class pl.wavesoftware.eid.exceptions.Eid
 
DEFAULT_MESSAGE_FORMAT - Static variable in class pl.wavesoftware.eid.exceptions.Eid
 
DEFAULT_REF_FORMAT - Static variable in class pl.wavesoftware.eid.exceptions.Eid
 
DEFAULT_UNIQ_ID_GENERATOR - Static variable in class pl.wavesoftware.eid.exceptions.Eid
 

E

Eid - Class in pl.wavesoftware.eid.exceptions
This class shouldn't be used in any public API or library.
Eid(String, String) - Constructor for class pl.wavesoftware.eid.exceptions.Eid
Constructor
Eid(String) - Constructor for class pl.wavesoftware.eid.exceptions.Eid
Constructor
Eid.UniqIdGenerator - Interface in pl.wavesoftware.eid.exceptions
It is used to generate unique ID for each EID object.
EidContainer - Interface in pl.wavesoftware.eid.exceptions
Indicate that object contains a Eid object
EidIllegalArgumentException - Exception in pl.wavesoftware.eid.exceptions
This class shouldn't be used in any public API or library.
EidIllegalArgumentException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
EidIllegalArgumentException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
EidIllegalArgumentException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
EidIllegalArgumentException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
EidIllegalArgumentException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
EidIllegalArgumentException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
EidIllegalStateException - Exception in pl.wavesoftware.eid.exceptions
This class shouldn't be used in any public API or library.
EidIllegalStateException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
EidIllegalStateException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
EidIllegalStateException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
EidIllegalStateException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
EidIllegalStateException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
EidIllegalStateException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
EidIndexOutOfBoundsException - Exception in pl.wavesoftware.eid.exceptions
This class shouldn't be used in any public API or library.
EidIndexOutOfBoundsException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
EidIndexOutOfBoundsException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
EidIndexOutOfBoundsException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
EidIndexOutOfBoundsException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
EidIndexOutOfBoundsException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
EidIndexOutOfBoundsException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
EidNullPointerException - Exception in pl.wavesoftware.eid.exceptions
This class shouldn't be used in any public API or library.
EidNullPointerException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
EidNullPointerException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
EidNullPointerException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
EidNullPointerException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
EidNullPointerException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
EidNullPointerException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
EidPreconditions - Class in pl.wavesoftware.eid.utils
This class shouldn't be used in any public API or library.
EidPreconditions() - Constructor for class pl.wavesoftware.eid.utils.EidPreconditions
 
EidPreconditions.RiskyCode<R> - Interface in pl.wavesoftware.eid.utils
Deprecated.
Use instead EidPreconditions.UnsafeSupplier or EidPreconditions.UnsafeProcedure. To be removed in next release.
EidPreconditions.UnsafeProcedure - Interface in pl.wavesoftware.eid.utils
This unsafe procedure can be used to execute a code block that can throw some checked Exceptions, that you would like not to process, because they are unrecoverable bugs.
EidPreconditions.UnsafeSupplier<T> - Interface in pl.wavesoftware.eid.utils
This unsafe supplier can be used to execute a code block that needs to return some value and can throw some checked Exceptions, that you would like not to process, because they are unrecoverable bugs.
EidRuntimeException - Exception in pl.wavesoftware.eid.exceptions
This class shouldn't be used in any public API or library.
EidRuntimeException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Constructs a new runtime exception with the specified exception Id and ref code.
EidRuntimeException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Constructs a new runtime exception with the specified cause, a exception Id and detail message of eid.toString() + " => " + (cause==null ?
EidRuntimeException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Constructs a new runtime exception with the specified a exception Id, ref code and cause.
EidRuntimeException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Constructs a new runtime exception with the specified Eid object
EidRuntimeException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Constructs a new runtime exception with the specified Eid object and cause The detail message is computed as String.format(Eid.getMessageFormat(), id.toString(), message(cause))
EidRuntimeException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Constructs a new runtime exception with specified Eid object and custom message The detail message is computed as: String.format(Eid.getMessageFormat(), id.toString(), String.format(messageFormat, parameters))
execute() - Method in interface pl.wavesoftware.eid.utils.EidPreconditions.RiskyCode
Deprecated.
Executes a client code
execute() - Method in interface pl.wavesoftware.eid.utils.EidPreconditions.UnsafeProcedure
Executes a procedure code that can throw a checked exception to be cough

G

generateUniqId() - Method in interface pl.wavesoftware.eid.exceptions.Eid.UniqIdGenerator
Generates a unique string ID
get() - Method in interface pl.wavesoftware.eid.utils.EidPreconditions.UnsafeSupplier
Executes a supplier function that can throw a checked exception to be cough
getEid() - Method in interface pl.wavesoftware.eid.exceptions.EidContainer
Retrieves a Eid object
getEid() - Method in exception pl.wavesoftware.eid.exceptions.EidRuntimeException
 
getId() - Method in class pl.wavesoftware.eid.exceptions.Eid
Getter for constant Exception ID
getMessageFormat() - Static method in class pl.wavesoftware.eid.exceptions.Eid
Gets actually set message format
getRef() - Method in class pl.wavesoftware.eid.exceptions.Eid
Get custom ref passed to Exception ID
getStandardJdkClass() - Method in exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
 
getStandardJdkClass() - Method in exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
 
getStandardJdkClass() - Method in exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
 
getStandardJdkClass() - Method in exception pl.wavesoftware.eid.exceptions.EidNullPointerException
 
getStandardJdkClass() - Method in exception pl.wavesoftware.eid.exceptions.EidRuntimeException
Returns a standard JDK class that this ones is base on.
getUniq() - Method in class pl.wavesoftware.eid.exceptions.Eid
Gets unique generated string for this instance of Eid

M

makeLogMessage(String, Object...) - Method in class pl.wavesoftware.eid.exceptions.Eid
Makes a log message from this EID object This method is for convenience of usage of EID in logging.

P

pl.wavesoftware.eid.exceptions - package pl.wavesoftware.eid.exceptions
 
pl.wavesoftware.eid.utils - package pl.wavesoftware.eid.utils
 

S

setFormat(String) - Static method in class pl.wavesoftware.eid.exceptions.Eid
Sets the actual format that will be used in Eid.toString() method.
setMessageFormat(String) - Static method in class pl.wavesoftware.eid.exceptions.Eid
Sets a format that will be used for all Eid exceptions when printing a detail message.
setRefFormat(String) - Static method in class pl.wavesoftware.eid.exceptions.Eid
Sets the actual format that will be used in Eid.toString() method
setUniqIdGenerator(Eid.UniqIdGenerator) - Static method in class pl.wavesoftware.eid.exceptions.Eid
Sets the actual unique ID generator that will be used to generate IDs for all Eid objects.

T

toString() - Method in class pl.wavesoftware.eid.exceptions.Eid
 
tryToExecute(EidPreconditions.RiskyCode<R>, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Deprecated.
Use instead EidPreconditions.tryToExecute(UnsafeSupplier, String). To be removed in next release.
tryToExecute(EidPreconditions.RiskyCode<R>, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Deprecated.
Use instead EidPreconditions.tryToExecute(UnsafeSupplier, Eid). To be removed in next release.
tryToExecute(EidPreconditions.UnsafeSupplier<R>, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
tryToExecute(EidPreconditions.UnsafeProcedure, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
tryToExecute(EidPreconditions.UnsafeSupplier<R>, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Tries to execute code in given unsafe supplier code block, and if exception is thrown, it will gets rethrown as a EidRuntimeException with eid given as a argument.
tryToExecute(EidPreconditions.UnsafeProcedure, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
Tries to execute code in given unsafe procedure code block, and if exception is thrown, it will gets rethrown as a EidRuntimeException with eid given as a argument.
C D E G M P S T 

Copyright © 2015. All Rights Reserved.