Class MetadataLookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.dozermapper.core.MappingException
-
- com.github.dozermapper.core.metadata.MetadataLookupException
-
- All Implemented Interfaces:
Serializable
public class MetadataLookupException extends MappingException
Used whenever a lookup in the meta model fails, e.g. when a class cannot be found in the mapping definitions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataLookupException(String description)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MetadataLookupException
public MetadataLookupException(String description)
-
-