Index

A B C D E F G I L M O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractException - Exception in org.refcodes.exception
Base exception for unpredictable / checked (untestable states) exceptions, providing functionality for exception specific multi-language messages.
AbstractException(String) - Constructor for exception org.refcodes.exception.AbstractException
Instantiates a new according exception.
AbstractException(String, String) - Constructor for exception org.refcodes.exception.AbstractException
Instantiates a new according exception.
AbstractException(String, Throwable) - Constructor for exception org.refcodes.exception.AbstractException
Instantiates a new according exception.
AbstractException(String, Throwable, String) - Constructor for exception org.refcodes.exception.AbstractException
Instantiates a new according exception.
AbstractException(Throwable) - Constructor for exception org.refcodes.exception.AbstractException
Instantiates a new according exception.
AbstractException(Throwable, String) - Constructor for exception org.refcodes.exception.AbstractException
Instantiates a new according exception.
AbstractHiddenException - Exception in org.refcodes.exception
Base exception for hidden (unchecked) / subsystem exceptions, providing functionality for exception specific multi-language messages.
AbstractHiddenException(String, Throwable) - Constructor for exception org.refcodes.exception.AbstractHiddenException
Instantiates a new according exception.
AbstractHiddenException(String, Throwable, String) - Constructor for exception org.refcodes.exception.AbstractHiddenException
AbstractHiddenException(Throwable) - Constructor for exception org.refcodes.exception.AbstractHiddenException
Instantiates a new according exception.
AbstractHiddenException(Throwable, String) - Constructor for exception org.refcodes.exception.AbstractHiddenException
AbstractIOException - Exception in org.refcodes.exception
Base exception for I/O exceptions, providing functionality for exception specific multi-language messages.
AbstractIOException(String) - Constructor for exception org.refcodes.exception.AbstractIOException
Instantiates a new according exception.
AbstractIOException(String, String) - Constructor for exception org.refcodes.exception.AbstractIOException
AbstractIOException(String, Throwable) - Constructor for exception org.refcodes.exception.AbstractIOException
Instantiates a new according exception.
AbstractIOException(String, Throwable, String) - Constructor for exception org.refcodes.exception.AbstractIOException
AbstractIOException(Throwable) - Constructor for exception org.refcodes.exception.AbstractIOException
Instantiates a new according exception.
AbstractIOException(Throwable, String) - Constructor for exception org.refcodes.exception.AbstractIOException
AbstractRuntimeException - Exception in org.refcodes.exception
Base exception for runtime (unchecked) / predictable (testable states) exceptions, providing functionality for exception specific multi-language messages.
AbstractRuntimeException(String) - Constructor for exception org.refcodes.exception.AbstractRuntimeException
Instantiates a new according exception.
AbstractRuntimeException(String, String) - Constructor for exception org.refcodes.exception.AbstractRuntimeException
Instantiates a new according exception.
AbstractRuntimeException(String, Throwable) - Constructor for exception org.refcodes.exception.AbstractRuntimeException
Instantiates a new according exception.
AbstractRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.exception.AbstractRuntimeException
Instantiates a new according exception.
AbstractRuntimeException(Throwable) - Constructor for exception org.refcodes.exception.AbstractRuntimeException
Instantiates a new according exception.
AbstractRuntimeException(Throwable, String) - Constructor for exception org.refcodes.exception.AbstractRuntimeException
Instantiates a new according exception.
ALSO_NOTABLE - Static variable in enum class org.refcodes.exception.MessageDetails
 
apply(Throwable) - Method in enum class org.refcodes.exception.MessageDetails
asLocalizedMessage(String, Throwable) - Static method in interface org.refcodes.exception.Trap
Creates a message from the provided message and the Exception's contained localized message(s).
asLocalizedMessage(Throwable) - Static method in interface org.refcodes.exception.Trap
Generates a localized message by considering a Throwable's cause Throwable.getCause() as well as Throwable.getSuppressed() exceptions.
asMessage(String, Object...) - Static method in interface org.refcodes.exception.Trap
Wraps MessageFormat.format(String, Object...) to prevent failing when message cannot be formatted.
asMessage(String, Throwable) - Static method in interface org.refcodes.exception.Trap
Creates a message from the provided message and the Exception's contained message(s).
asMessage(Throwable) - Static method in interface org.refcodes.exception.Trap
Generates a message by considering the Throwable's cause Throwable.getCause() as well as Throwable.getSuppressed() exceptions.
asShortLocalizedMessage(Throwable) - Static method in interface org.refcodes.exception.Trap
Generates a short localized message by just considering a Throwable's root cause Throwable.getCause() as well as Throwable.getSuppressed() root exceptions only.
asShortMessage(Throwable) - Static method in interface org.refcodes.exception.Trap
Generates a short message by just considering the Throwable's root cause Throwable.getCause() as well as Throwable.getSuppressed() root exceptions only.

B

BugException - Exception in org.refcodes.exception
A bug exception is thrown when it surely must be a bug when reaching the place when the BugException is being thrown.
BugException(String) - Constructor for exception org.refcodes.exception.BugException
BugException(String, String) - Constructor for exception org.refcodes.exception.BugException
BugException(String, Throwable) - Constructor for exception org.refcodes.exception.BugException
BugException(String, Throwable, String) - Constructor for exception org.refcodes.exception.BugException
BugException(Throwable) - Constructor for exception org.refcodes.exception.BugException
BugException(Throwable, String) - Constructor for exception org.refcodes.exception.BugException

C

catchException() - Method in interface org.refcodes.exception.Exceptional
This methods awaits an Exception, usually happening inside a daemon thread and therefore not directly accessible by some (business) logic.
CAUSED_BY - Static variable in enum class org.refcodes.exception.MessageDetails
 

D

DisposedException - Exception in org.refcodes.exception
A DisposedException may be thrown in case of using of a disposed instance's methods.
DisposedException(String) - Constructor for exception org.refcodes.exception.DisposedException
DisposedException(String, String) - Constructor for exception org.refcodes.exception.DisposedException
DisposedException(String, Throwable) - Constructor for exception org.refcodes.exception.DisposedException
DisposedException(String, Throwable, String) - Constructor for exception org.refcodes.exception.DisposedException
DisposedException(Throwable) - Constructor for exception org.refcodes.exception.DisposedException
DisposedException(Throwable, String) - Constructor for exception org.refcodes.exception.DisposedException

E

ErrorCodeAccessor - Interface in org.refcodes.exception
Provides an accessor for an error code property.
ErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>> - Interface in org.refcodes.exception
Provides a builder method for a error code property returning the builder for applying multiple build operations.
ErrorCodeAccessor.ErrorCodeMutator - Interface in org.refcodes.exception
Provides a mutator for an error code property.
ErrorCodeAccessor.ErrorCodeProperty - Interface in org.refcodes.exception
Provides an error code property.
ErrorMessageAccessor - Interface in org.refcodes.exception
Provides an accessor for a error aMessage property.
ErrorMessageAccessor.ErrorMessageBuilder<B extends ErrorMessageAccessor.ErrorMessageBuilder<B>> - Interface in org.refcodes.exception
Provides a builder method for a error aMessage property returning the builder for applying multiple build operations.
ErrorMessageAccessor.ErrorMessageMutator - Interface in org.refcodes.exception
Provides a mutator for a error aMessage property.
ErrorMessageAccessor.ErrorMessageProperty - Interface in org.refcodes.exception
Provides a error aMessage property.
ExceptionAccessor<EXC extends Throwable> - Interface in org.refcodes.exception
Provides an accessor for an Exception property.
ExceptionAccessor.ExceptionBuilder<EXC extends Throwable,B extends ExceptionAccessor.ExceptionBuilder<EXC,B>> - Interface in org.refcodes.exception
Provides a builder method for a exception property returning the builder for applying multiple build operations.
ExceptionAccessor.ExceptionMutator<EXC extends Throwable> - Interface in org.refcodes.exception
Provides a mutator for an Exception property.
ExceptionAccessor.ExceptionProperty<EXC extends Throwable> - Interface in org.refcodes.exception
Provides a an Exception property.
Exceptional<EXC extends Throwable> - Interface in org.refcodes.exception
The Exceptional interface provides means for threads to wait (sleep) when calling Exceptional.catchException() till a next Exception occurs or till the waiting (sleeping) threads are released.
ExceptionHandler<EXC extends Throwable> - Interface in org.refcodes.exception
The ExceptionHandler interface provides means to handle exceptions which usually are occurring inside daemon threads and are usually hidden from the (business) logic.
ExceptionHandlerAccessor<EXC extends Throwable> - Interface in org.refcodes.exception
Provides an accessor for an ExceptionHandler property.
ExceptionHandlerAccessor.ExceptionHandlerBuilder<EXC extends Throwable,B extends ExceptionHandlerAccessor.ExceptionHandlerBuilder<EXC,B>> - Interface in org.refcodes.exception
Provides a builder method for a exception handler property returning the builder for applying multiple build operations.
ExceptionHandlerAccessor.ExceptionHandlerMutator<EXC extends Throwable> - Interface in org.refcodes.exception
Provides a mutator for an ExceptionHandler property.
ExceptionHandlerAccessor.ExceptionHandlerProperty<EXC extends Throwable> - Interface in org.refcodes.exception
Provides a an ExceptionHandler property.

F

FULL - Enum constant in enum class org.refcodes.exception.MessageDetails
All messages including all (children's) causes (Throwable.getCause()) together with all (children's) suppressed exceptions (Throwable.getSuppressed()) are taken into account.
FULL_LOCALIZED - Enum constant in enum class org.refcodes.exception.MessageDetails
All localized messages including all (children's) causes (Throwable.getCause()) together with all (children's) suppressed exceptions (Throwable.getSuppressed()) are taken into account.

G

getErrorCode() - Method in exception org.refcodes.exception.AbstractException
Provides the according exception code.
getErrorCode() - Method in exception org.refcodes.exception.AbstractHiddenException
Provides the according exception code.
getErrorCode() - Method in exception org.refcodes.exception.AbstractIOException
Provides the according exception code.
getErrorCode() - Method in exception org.refcodes.exception.AbstractRuntimeException
Provides the according exception code.
getErrorCode() - Method in interface org.refcodes.exception.ErrorCodeAccessor
Provides the according exception code.
getErrorCode() - Method in exception org.refcodes.exception.RuntimeIOException
Provides the according exception code.
getErrorMessage() - Method in interface org.refcodes.exception.ErrorMessageAccessor
Retrieves the error aMessage from the error aMessage property.
getException() - Method in interface org.refcodes.exception.ExceptionAccessor
Retrieves the exception from the exception property.
getExceptionHandler() - Method in interface org.refcodes.exception.ExceptionHandlerAccessor
Retrieves the exception handler from the exception handler property.
getMessage() - Method in exception org.refcodes.exception.AbstractException
getMessage() - Method in exception org.refcodes.exception.AbstractRuntimeException
getOffset() - Method in exception org.refcodes.exception.UnmarshalException
In case of a char sequence, the offset represents the position at which unmarshaling failed.
getPatternArguments() - Method in interface org.refcodes.exception.Trap
Provides the arguments for the Throwable.getMessage() method to create the actual message from the message pattern (passed as message argument to the exception's constructors).
getPatternArguments() - Method in exception org.refcodes.exception.UnmarshalException
Provides the arguments for the Throwable.getMessage() method to create the actual message from the message pattern (passed as message argument to the exception's constructors).
getTimeoutInMs() - Method in exception org.refcodes.exception.TimeoutIOException
The timeout attribute in milliseconds.

I

IntegrityException - Exception in org.refcodes.exception
An integrity exception is thrown whenever the integrity of data may be violated.
IntegrityException(String) - Constructor for exception org.refcodes.exception.IntegrityException
IntegrityException(String, String) - Constructor for exception org.refcodes.exception.IntegrityException
IntegrityException(String, Throwable) - Constructor for exception org.refcodes.exception.IntegrityException
IntegrityException(String, Throwable, String) - Constructor for exception org.refcodes.exception.IntegrityException
IntegrityException(Throwable) - Constructor for exception org.refcodes.exception.IntegrityException
IntegrityException(Throwable, String) - Constructor for exception org.refcodes.exception.IntegrityException

L

lastException() - Method in interface org.refcodes.exception.Exceptional
Returns the last exception which was catchable via Exceptional.catchException().
letErrorCode(String) - Method in interface org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given error code (setter) as of ErrorCodeAccessor.ErrorCodeMutator.setErrorCode(String) and returns the very same value (getter).
letErrorMessage(String) - Method in interface org.refcodes.exception.ErrorMessageAccessor.ErrorMessageProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given error aMessage (setter) as of ErrorMessageAccessor.ErrorMessageMutator.setErrorMessage(String) and returns the very same value (getter).
letException(EXC) - Method in interface org.refcodes.exception.ExceptionAccessor.ExceptionProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Exception (setter) as of ExceptionAccessor.ExceptionMutator.setException(Throwable) and returns the very same value (getter).
letExceptionHandler(ExceptionHandler<EXC>) - Method in interface org.refcodes.exception.ExceptionHandlerAccessor.ExceptionHandlerProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ExceptionHandler (setter) as of ExceptionHandlerAccessor.ExceptionHandlerMutator.setExceptionHandler(ExceptionHandler) and returns the very same value (getter).
LOCALIZED_MESSAGE - Enum constant in enum class org.refcodes.exception.MessageStrategy
Used to produce localized exception messages from Exception instances (as of the Throwable.getLocalizedMessage() method).
LockedException - Exception in org.refcodes.exception
Thrown in case an instance being locked is still being accessed in a modifying way (see org.refcodes.mixin.Lockable in the refcodes-mixin artifact).
LockedException(String) - Constructor for exception org.refcodes.exception.LockedException
LockedException(String, String) - Constructor for exception org.refcodes.exception.LockedException
LockedException(String, Throwable) - Constructor for exception org.refcodes.exception.LockedException
LockedException(String, Throwable, String) - Constructor for exception org.refcodes.exception.LockedException
LockedException(Throwable) - Constructor for exception org.refcodes.exception.LockedException
LockedException(Throwable, String) - Constructor for exception org.refcodes.exception.LockedException
LockedException.LockedRuntimeException - Exception in org.refcodes.exception
Thrown in case an instance being locked is still being accessed in a modifying way (see org.refcodes.mixin.Lockable in the refcodes-mixin artifact).
LockedRuntimeException(String) - Constructor for exception org.refcodes.exception.LockedException.LockedRuntimeException
LockedRuntimeException(String, String) - Constructor for exception org.refcodes.exception.LockedException.LockedRuntimeException
LockedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.exception.LockedException.LockedRuntimeException
LockedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.exception.LockedException.LockedRuntimeException
LockedRuntimeException(Throwable) - Constructor for exception org.refcodes.exception.LockedException.LockedRuntimeException
LockedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.exception.LockedException.LockedRuntimeException

M

MarshalException - Exception in org.refcodes.exception
Thrown when marshaling / serializing an object fails.
MarshalException(String) - Constructor for exception org.refcodes.exception.MarshalException
MarshalException(String, String) - Constructor for exception org.refcodes.exception.MarshalException
MarshalException(String, Throwable) - Constructor for exception org.refcodes.exception.MarshalException
MarshalException(String, Throwable, String) - Constructor for exception org.refcodes.exception.MarshalException
MarshalException(Throwable) - Constructor for exception org.refcodes.exception.MarshalException
MarshalException(Throwable, String) - Constructor for exception org.refcodes.exception.MarshalException
MESSAGE - Enum constant in enum class org.refcodes.exception.MessageStrategy
Used to produce exception messages from Exception instances (as of the Throwable.getMessage() method).
MessageDetails - Enum Class in org.refcodes.exception
The MessageDetails enumeration provides different detail levels when generating exception messages from Throwable exceptions using the Trap.toMessage(MessageDetails) method.
MessageStrategy - Enum Class in org.refcodes.exception
Produces a MessageStrategy.getMessage(Throwable) message when called upon the MessageStrategy.MESSAGE enumeration or a localized message when called upon the MessageStrategy.LOCALIZED_MESSAGE enumeration from a provided Throwable instance (strategy pattern).

O

onException(EXC) - Method in interface org.refcodes.exception.ExceptionHandler
This method is to be overwritten by a custom implementation and is invoked by a daemon thread upon a caught Exception.
org.refcodes.exception - module org.refcodes.exception
 
org.refcodes.exception - package org.refcodes.exception
 

P

PLAIN - Enum constant in enum class org.refcodes.exception.MessageDetails
PLAIN_LOCALIZED - Enum constant in enum class org.refcodes.exception.MessageDetails
POSSIBLE_CAUSE - Static variable in enum class org.refcodes.exception.MessageDetails
 

R

RuntimeIOException - Exception in org.refcodes.exception
Unchecked exception with the same semantics as the IOException.
RuntimeIOException(String) - Constructor for exception org.refcodes.exception.RuntimeIOException
RuntimeIOException(String, String) - Constructor for exception org.refcodes.exception.RuntimeIOException
RuntimeIOException(String, Throwable) - Constructor for exception org.refcodes.exception.RuntimeIOException
RuntimeIOException(String, Throwable, String) - Constructor for exception org.refcodes.exception.RuntimeIOException
RuntimeIOException(Throwable) - Constructor for exception org.refcodes.exception.RuntimeIOException
RuntimeIOException(Throwable, String) - Constructor for exception org.refcodes.exception.RuntimeIOException

S

setErrorCode(String) - Method in interface org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator
Sets the according exception code.
setErrorMessage(String) - Method in interface org.refcodes.exception.ErrorMessageAccessor.ErrorMessageMutator
Sets the error aMessage for the error aMessage property.
setException(EXC) - Method in interface org.refcodes.exception.ExceptionAccessor.ExceptionMutator
Sets the exception for the exception property.
setExceptionHandler(ExceptionHandler<EXC>) - Method in interface org.refcodes.exception.ExceptionHandlerAccessor.ExceptionHandlerMutator
Sets the exception handler for the exception handler property.
SHORT - Enum constant in enum class org.refcodes.exception.MessageDetails
Just the messages from the root causes (the roots of Throwable.getCause()) and root suppressed exceptions (the roots of Throwable.getSuppressed()) are taken into account.
SHORT_LOCALIZED - Enum constant in enum class org.refcodes.exception.MessageDetails
Just the localized messages from the root causes (the roots of Throwable.getCause()) and root suppressed exceptions (the roots of Throwable.getSuppressed()) are taken into account.

T

TimeoutIOException - Exception in org.refcodes.exception
Thrown in case opening or accessing an open line (connection, junction, link) caused timeout problems.
TimeoutIOException(long, String) - Constructor for exception org.refcodes.exception.TimeoutIOException
Instantiates a new according exception.
TimeoutIOException(long, String, String) - Constructor for exception org.refcodes.exception.TimeoutIOException
Instantiates a new according exception.
TimeoutIOException(long, String, Throwable) - Constructor for exception org.refcodes.exception.TimeoutIOException
Instantiates a new according exception.
TimeoutIOException(long, String, Throwable, String) - Constructor for exception org.refcodes.exception.TimeoutIOException
Instantiates a new according exception.
TimeoutIOException(long, Throwable) - Constructor for exception org.refcodes.exception.TimeoutIOException
Instantiates a new according exception.
TimeoutIOException(long, Throwable, String) - Constructor for exception org.refcodes.exception.TimeoutIOException
Instantiates a new according exception.
toLocalizedMessage() - Method in interface org.refcodes.exception.Trap
Generates a localized message by considering a Throwable's Throwable.getCause() cause as well as Throwable.getSuppressed() exceptions.
toMessage() - Method in interface org.refcodes.exception.Trap
Generates a message by considering a Throwable's cause Throwable.getCause() as well as suppressed Throwable.getSuppressed() exceptions.
toMessage(Function<Throwable, String>) - Method in interface org.refcodes.exception.Trap
Generates a message using the provided Function method producing the message.
toMessage(MessageDetails) - Method in interface org.refcodes.exception.Trap
Generates a message using the provided MessageDetails enumeration defining the message's detail level.
toShortLocalizedMessage() - Method in interface org.refcodes.exception.Trap
Generates a short localized message by just considering a Throwable's Throwable.getCause() root cause as well as root Throwable.getSuppressed() exceptions only.
toShortMessage() - Method in interface org.refcodes.exception.Trap
Generates a short message by just considering a Throwable's root cause Throwable.getCause() as well as root Throwable.getSuppressed() exceptions only.
Trap - Interface in org.refcodes.exception
Interface declaring base exception functionality for all of refcodes exceptions.

U

UnmarshalException - Exception in org.refcodes.exception
Thrown when unmarshaling / deserializing an object fails.
UnmarshalException(String) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(String, int) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(String, int, Throwable) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(String, String) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(String, Throwable) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(String, Throwable, String) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(Throwable) - Constructor for exception org.refcodes.exception.UnmarshalException
UnmarshalException(Throwable, String) - Constructor for exception org.refcodes.exception.UnmarshalException

V

valueOf(String) - Static method in enum class org.refcodes.exception.MessageDetails
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.exception.MessageStrategy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.refcodes.exception.MessageDetails
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.exception.MessageStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
VerifyRuntimeException - Exception in org.refcodes.exception
A verify exception is thrown in case the verification of the result (of an algorithm) failed.
VerifyRuntimeException(String) - Constructor for exception org.refcodes.exception.VerifyRuntimeException
VerifyRuntimeException(String, String) - Constructor for exception org.refcodes.exception.VerifyRuntimeException
VerifyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.exception.VerifyRuntimeException
VerifyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.exception.VerifyRuntimeException
VerifyRuntimeException(Throwable) - Constructor for exception org.refcodes.exception.VerifyRuntimeException
VerifyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.exception.VerifyRuntimeException
VetoException - Exception in org.refcodes.exception
Thrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation.
VetoException(String) - Constructor for exception org.refcodes.exception.VetoException
VetoException(String, String) - Constructor for exception org.refcodes.exception.VetoException
VetoException(String, Throwable) - Constructor for exception org.refcodes.exception.VetoException
VetoException(String, Throwable, String) - Constructor for exception org.refcodes.exception.VetoException
VetoException(Throwable) - Constructor for exception org.refcodes.exception.VetoException
VetoException(Throwable, String) - Constructor for exception org.refcodes.exception.VetoException
VetoException.VetoRuntimeException - Exception in org.refcodes.exception
Thrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation.
VetoRuntimeException(String) - Constructor for exception org.refcodes.exception.VetoException.VetoRuntimeException
VetoRuntimeException(String, String) - Constructor for exception org.refcodes.exception.VetoException.VetoRuntimeException
VetoRuntimeException(String, Throwable) - Constructor for exception org.refcodes.exception.VetoException.VetoRuntimeException
VetoRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.exception.VetoException.VetoRuntimeException
VetoRuntimeException(Throwable) - Constructor for exception org.refcodes.exception.VetoException.VetoRuntimeException
VetoRuntimeException(Throwable, String) - Constructor for exception org.refcodes.exception.VetoException.VetoRuntimeException

W

withErrorCode(String) - Method in interface org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder
Sets the error code for the error code property.
withErrorMessage(String) - Method in interface org.refcodes.exception.ErrorMessageAccessor.ErrorMessageBuilder
Sets the error aMessage for the error aMessage property.
withException(EXC) - Method in interface org.refcodes.exception.ExceptionAccessor.ExceptionBuilder
Sets the exception for the exception property.
withExceptionHandler(ExceptionHandler<EXC>) - Method in interface org.refcodes.exception.ExceptionHandlerAccessor.ExceptionHandlerBuilder
Sets the exception handler for the exception handler property.

_

_offset - Variable in exception org.refcodes.exception.UnmarshalException
 
A B C D E F G I L M O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form