Uses of Class
it.avutils.jmapper.exception.MappingException

Packages that use MappingException
it.avutils.jmapper.exception This package contains all Exceptions used in JMapper Framework. 
 

Uses of MappingException in it.avutils.jmapper.exception
 

Subclasses of MappingException in it.avutils.jmapper.exception
 class AbsentRelationshipException
          Exception thrown when there isn't corrispondence between classes.
 class ClassDoesNotExistException
          Exception thrown when does not exists a specific Class, present in xml configuration file, in the application.
 class ClassNotMappedException
          Exception thrown when Class is not mapped.
 class ConversionBodyIllegalCodeException
          Exception thrown when the conversion method body containts an illegal code.
 class ConversionParameterException
          Exception thrown when only the destination reference is used in an explicit static conversion method.
 class DynamicConversionBodyException
          Exception thrown when the dynamic conversion method has an incorrect body.
 class DynamicConversionMethodException
          Exception thrown when the dynamic conversion method has parameter in input.
 class DynamicConversionParameterException
          Exception thrown when the dynamic conversion method has parameter in input.
 class IllegalCodeException
          Exception thrown when the mapping generated contains illegal code.
 class MappingErrorException
          Exception thrown when there is an error in the configuration.
 class MappingExistException
          Exception thrown when configuration for a specific Class exists.
 class MappingNotFoundException
          Exception thrown when a configuration for a specific Class does not exists.
 class NullMappedClassException
          Exception thrown when the class is null.
 class UndefinedMappingException
          Exception thrown when the mapping is undefined.
 class XmlConversionNameException
          Exception thrown when the explicit conversion name isn't declared.
 class XmlConversionParameterException
          Exception thrown when only the destination reference is used in an explicit conversion tag.
 class XmlConversionTypeException
          Exception thrown when isn't defined a conversion type or is bad written.
 class XmlMappingAttributeDoesNotExistException
          Exception thrown when does not exists a specific attribute in the XML configuration.
 class XmlMappingAttributeExistException
          Exception thrown when exists a specific attribute in the XML configuration.
 class XmlMappingClassDoesNotExistException
          Exception thrown when does not exists configuration for a specific class.
 class XmlMappingClassExistException
          Exception thrown when exists configuration for a specific class.
 class XmlMappingException
          Exception that rapresents xml mapping errors.
 



Copyright © 2013. All Rights Reserved.