public class TypeMappingException extends MappingException
| Constructor and Description |
|---|
TypeMappingException() |
TypeMappingException(Executable executable,
Parameter parameter,
Exception cause) |
TypeMappingException(Member fieldOrMethod,
AnnotatedType declaringType,
Exception cause) |
TypeMappingException(String s) |
TypeMappingException(String s,
Exception cause) |
TypeMappingException(Type type) |
TypeMappingException(Type superType,
Type subType) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeMappingException()
public TypeMappingException(String s)
public TypeMappingException(Type type)
public TypeMappingException(Member fieldOrMethod, AnnotatedType declaringType, Exception cause)
public TypeMappingException(Executable executable, Parameter parameter, Exception cause)
Copyright © 2016–2018. All rights reserved.