ma.glasnost.orika
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ma.glasnost.orika.MappingException
                  extended by ma.glasnost.orika.PropertyNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyNotFoundException
extends MappingException

PropertyNotFoundException signifies that a property could not be found for a given type

See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException(String message)
           
PropertyNotFoundException(String expr, Type type)
           
 
Method Summary
 
Methods inherited from class ma.glasnost.orika.MappingException
containsStateReport, getDestinationProperty, getDestinationType, getLocalizedMessage, getMappingStrategy, getSourceClass, getSourceProperty, getSourceType, setDestinationProperty, setDestinationType, setMappingStrategy, setSourceClass, setSourceProperty, setSourceType, setStateReport
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

PropertyNotFoundException

public PropertyNotFoundException(String message)
Parameters:
message -
type -

PropertyNotFoundException

public PropertyNotFoundException(String expr,
                                 Type type)
Parameters:
expr -
type -


Copyright © 2014 Glasnost. All Rights Reserved.