Lima-Loa
A B C D E G I M O 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.
AdapterCreationException - Exception in org.limaloa.invocation
Signifies an error creating an adapter instance, detected at creation (configuration) time.
AdapterCreationException(String) - Constructor for exception org.limaloa.invocation.AdapterCreationException
Create a new exception instance.
AdapterCreationException(String, Throwable) - Constructor for exception org.limaloa.invocation.AdapterCreationException
Create a new 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, Object, Map) - 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

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

getInstance() - Static method in class org.limaloa.AdapterFactory
Initialise everything and get a new factory instance.
getInstance(List) - Static method in class org.limaloa.AdapterFactory
Initialise everything and get a new factory instance.

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.

M

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
The Proxy runtime method invocation and method dispatching implementation.
org.limaloa.mapping.exception - package org.limaloa.mapping.exception
The runtime exception mapping implementation.
org.limaloa.mapping.method - package org.limaloa.mapping.method
The runtime method mapping implementation.
org.limaloa.mapping.object - package org.limaloa.mapping.object
The runtime object mapping implementation.
org.limaloa.spring - package org.limaloa.spring
The Spring integration implementation.

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 I M O U
Lima-Loa