ma.glasnost.orika
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ma.glasnost.orika.MappingException
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
Methods inherited from class ma.glasnost.orika.MappingException |
containsStateReport, getDestinationProperty, getDestinationType, getLocalizedMessage, getMappingStrategy, getSourceClass, getSourceProperty, getSourceType, setDestinationProperty, setDestinationType, setMappingStrategy, setSourceClass, setSourceProperty, setSourceType, setStateReport |
PropertyNotFoundException
public PropertyNotFoundException(String message)
- Parameters:
message
- type
-
PropertyNotFoundException
public PropertyNotFoundException(String expr,
Type type)
- Parameters:
expr
- type
-
Copyright © 2014 Glasnost. All Rights Reserved.