it.avutils.jmapper.exception
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.avutils.jmapper.exception.MappingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbsentRelationshipException, ClassNotMappedException, ConversionBodyIllegalCodeException, ConversionParameterException, DynamicConversionBodyException, DynamicConversionMethodException, DynamicConversionParameterException, IllegalCodeException, MappingErrorException, MappingExistException, MappingNotFoundException, NullMappedClassException, UndefinedMappingException, XmlMappingException

public class MappingException
extends RuntimeException

Exception that rapresents mapping errors.

Author:
Alessandro Vurro
See Also:
Serialized Form

Constructor Summary
MappingException(String str)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingException

public MappingException(String str)


Copyright © 2013. All Rights Reserved.