Overview
Package
Class
Tree
Deprecated
Index
Help
Lima-Loa
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
O
P
T
U
A
AdapterConfigurationException
- Exception in
org.limaloa
Base class for all configuration exceptions, thrown at start-up.
AdapterConfigurationException(String)
- Constructor for exception org.limaloa.
AdapterConfigurationException
Create a new exception instance.
AdapterConfigurationException(String, Throwable)
- Constructor for exception org.limaloa.
AdapterConfigurationException
Create a new wrapped exception instance.
AdapterFactory
- Class in
org.limaloa
Factory class that allows controlled creation of adapter instances.
AdapterRuntimeException
- Exception in
org.limaloa
Base class for all runtime exceptions, thrown after start-up.
AdapterRuntimeException(String)
- Constructor for exception org.limaloa.
AdapterRuntimeException
Create a new exception instance.
AdapterRuntimeException(String, Throwable)
- Constructor for exception org.limaloa.
AdapterRuntimeException
Create a new wrapped exception instance.
AdapterSpringConfigurationException
- Exception in
org.limaloa.spring
Indicates an Adapter Spring configuration error, thrown at start-up.
AdapterSpringConfigurationException(String)
- Constructor for exception org.limaloa.spring.
AdapterSpringConfigurationException
Create a new exception instance.
AdapterSpringConfigurationException(String, Throwable)
- Constructor for exception org.limaloa.spring.
AdapterSpringConfigurationException
Create a new wrapped exception instance.
B
BaseUncheckedException
- Exception in
org.limaloa
Base class for all runtime exceptions.
BaseUncheckedException(String)
- Constructor for exception org.limaloa.
BaseUncheckedException
Create a new exception instance.
BaseUncheckedException(String, Throwable)
- Constructor for exception org.limaloa.
BaseUncheckedException
Create a new wrapped exception instance.
C
createAdapter(Class<T>, Object, List<MethodMapping>)
- Method in class org.limaloa.
AdapterFactory
Creates a new adapter instance, which maps calls to it's methods to the appropriate method on the target object.
D
DozerInitialisationException
- Exception in
org.limaloa.mapping.object
Signifies that Dozer has not been initialised successfully, detected at runtime.
DozerInitialisationException(String)
- Constructor for exception org.limaloa.mapping.object.
DozerInitialisationException
Create a new exception instance.
DozerInitialisationException(String, Throwable)
- Constructor for exception org.limaloa.mapping.object.
DozerInitialisationException
Create a new wrapped exception instance.
E
equals(Object)
- Method in class org.limaloa.
ExceptionMapping
Value equality.
equals(Object)
- Method in class org.limaloa.
Method
Value equality.
equals(Object)
- Method in class org.limaloa.
MethodMapping
Value equality.
equals(Object)
- Method in class org.limaloa.
Parameter
Value equality.
ExceptionMapping
- Class in
org.limaloa
Encapsulates an Exception Mapping.
ExceptionMapping(String, String)
- Constructor for class org.limaloa.
ExceptionMapping
Creates a new exception, with wrapping enabled.
ExceptionMapping(Class<? extends Throwable>, Class<? extends Throwable>)
- Constructor for class org.limaloa.
ExceptionMapping
Creates a new exception, with wrapping enabled.
ExceptionMapping(String, String, boolean)
- Constructor for class org.limaloa.
ExceptionMapping
Creates a new exception, with wrapping enabled.
ExceptionMapping(Class<? extends Throwable>, Class<? extends Throwable>, boolean)
- Constructor for class org.limaloa.
ExceptionMapping
Creates a new exception.
ExceptionMappingConfigurationException
- Exception in
org.limaloa.mapping.exception
Signifies an invalid exception mapping configuration, detected at start-up.
ExceptionMappingConfigurationException(String)
- Constructor for exception org.limaloa.mapping.exception.
ExceptionMappingConfigurationException
Create a new exception instance.
ExceptionMappingConfigurationException(String, Throwable)
- Constructor for exception org.limaloa.mapping.exception.
ExceptionMappingConfigurationException
Create a new wrapped exception instance.
ExceptionMappingException
- Exception in
org.limaloa.mapping.exception
Signifies an exception mapping issue, detected at runtime.
ExceptionMappingException(String)
- Constructor for exception org.limaloa.mapping.exception.
ExceptionMappingException
Create a new exception instance.
ExceptionMappingException(String, Throwable)
- Constructor for exception org.limaloa.mapping.exception.
ExceptionMappingException
Create a new wrapped exception instance.
G
getExceptionMappings()
- Method in class org.limaloa.
MethodMapping
Get the exception mappings (if any).
getInstance()
- Static method in class org.limaloa.
AdapterFactory
Initialise everything and get a new factory instance.
getInstance(List<String>, boolean)
- Static method in class org.limaloa.
AdapterFactory
Initialise everything and get a new factory instance.
getName()
- Method in class org.limaloa.
Method
Get the method name.
getParameterClass()
- Method in class org.limaloa.
Parameter
Get the parameter's class.
getParameters()
- Method in class org.limaloa.
Method
Get the method parameters (if not selecting by method name alone).
getSource()
- Method in class org.limaloa.
ExceptionMapping
Get the source exception.
getSource()
- Method in class org.limaloa.
MethodMapping
Get the source method.
getTarget()
- Method in class org.limaloa.
ExceptionMapping
Get the target exception.
getTarget()
- Method in class org.limaloa.
MethodMapping
Get the target method.
getWrap()
- Method in class org.limaloa.
ExceptionMapping
Get whether the original exception should be wrapped upon mapping.
H
hashCode()
- Method in class org.limaloa.
ExceptionMapping
Hash code, consistent with value equality.
hashCode()
- Method in class org.limaloa.
Method
Hash code, consistent with value equality.
hashCode()
- Method in class org.limaloa.
MethodMapping
Hash code, consistent with value equality.
hashCode()
- Method in class org.limaloa.
Parameter
Hash code, consistent with value equality.
I
InvalidMethodInvocationException
- Exception in
org.limaloa.mapping.method
Signifies an invalid method invocation, detected at runtime.
InvalidMethodInvocationException(String)
- Constructor for exception org.limaloa.mapping.method.
InvalidMethodInvocationException
Create a new exception instance.
InvalidMethodInvocationException(String, Throwable)
- Constructor for exception org.limaloa.mapping.method.
InvalidMethodInvocationException
Create a new wrapped exception instance.
InvalidNumericMappingException
- Exception in
org.limaloa.mapping.object
Signifies an invalid numeric mapping - i.e.
InvalidNumericMappingException(String)
- Constructor for exception org.limaloa.mapping.object.
InvalidNumericMappingException
Create a new exception instance.
InvalidNumericMappingException(String, Throwable)
- Constructor for exception org.limaloa.mapping.object.
InvalidNumericMappingException
Create a new wrapped exception instance.
isAnyParameters()
- Method in class org.limaloa.
Method
Get whether to select by method name alone.
M
MappingCreationConfigurationException
- Exception in
org.limaloa.mapping
Signifies an invalid method mapping configuration, detected at start-up.
MappingCreationConfigurationException(String)
- Constructor for exception org.limaloa.mapping.
MappingCreationConfigurationException
Create a new exception instance.
MappingCreationConfigurationException(String, Throwable)
- Constructor for exception org.limaloa.mapping.
MappingCreationConfigurationException
Create a new wrapped exception instance.
Method
- Class in
org.limaloa
Encapsulates a method.
Method(String)
- Constructor for class org.limaloa.
Method
Creates a new method, selecting by method name alone.
Method(String, List<Parameter>)
- Constructor for class org.limaloa.
Method
Creates a new method.
MethodMapping
- Class in
org.limaloa
Encapsulates a Method Mapping.
MethodMapping(Method, Method, List<ExceptionMapping>)
- Constructor for class org.limaloa.
MethodMapping
Creates a new method mapping.
MethodMapping(Method, Method)
- Constructor for class org.limaloa.
MethodMapping
Creates a new method mapping.
MethodMapping(String, String, List<ExceptionMapping>)
- Constructor for class org.limaloa.
MethodMapping
Creates a new method mapping, selecting methods by name alone.
MethodMapping(String, String)
- Constructor for class org.limaloa.
MethodMapping
Creates a new method mapping, selecting methods by name alone.
MethodMappingConfigurationException
- Exception in
org.limaloa.mapping.method
Signifies an invalid method mapping configuration, detected at start-up.
MethodMappingConfigurationException(String)
- Constructor for exception org.limaloa.mapping.method.
MethodMappingConfigurationException
Create a new exception instance.
MethodMappingConfigurationException(String, Throwable)
- Constructor for exception org.limaloa.mapping.method.
MethodMappingConfigurationException
Create a new wrapped exception instance.
O
org.limaloa
- package org.limaloa
The Public API and base classes for all exceptions.
org.limaloa.invocation
- package org.limaloa.invocation
org.limaloa.mapping
- package org.limaloa.mapping
org.limaloa.mapping.exception
- package org.limaloa.mapping.exception
org.limaloa.mapping.method
- package org.limaloa.mapping.method
org.limaloa.mapping.object
- package org.limaloa.mapping.object
org.limaloa.spring
- package org.limaloa.spring
P
Parameter
- Class in
org.limaloa
Encapsulates a method parameter.
Parameter(Class<?>)
- Constructor for class org.limaloa.
Parameter
Creates a new parameter.
Parameter(String)
- Constructor for class org.limaloa.
Parameter
Creates a new parameter.
T
toString()
- Method in class org.limaloa.
ExceptionMapping
Converts an instance to a string.
toString()
- Method in class org.limaloa.
Method
Converts an instance to a string.
toString()
- Method in class org.limaloa.
MethodMapping
Converts an instance to a string.
toString()
- Method in class org.limaloa.
Parameter
Converts an instance to a string.
U
UnmappedMethodException
- Exception in
org.limaloa.invocation
Signifies an unmapped method being invoked.
UnmappedMethodException(String)
- Constructor for exception org.limaloa.invocation.
UnmappedMethodException
Create a new exception instance.
UnsupportedObjectMappingException
- Exception in
org.limaloa.mapping.object
Signifies an unsupported object mapping, detected at runtime.
UnsupportedObjectMappingException(String)
- Constructor for exception org.limaloa.mapping.object.
UnsupportedObjectMappingException
Create a new exception instance.
UnsupportedObjectMappingException(String, Throwable)
- Constructor for exception org.limaloa.mapping.object.
UnsupportedObjectMappingException
Create a new wrapped exception instance.
A
B
C
D
E
G
H
I
M
O
P
T
U
Overview
Package
Class
Tree
Deprecated
Index
Help
Lima-Loa
PREV NEXT
FRAMES
NO FRAMES
All Classes