Uses of Enum
com.helger.commons.typeconvert.TypeConverterException.EReason
Packages that use TypeConverterException.EReason
-
Uses of TypeConverterException.EReason in com.helger.commons.typeconvert
Methods in com.helger.commons.typeconvert that return TypeConverterException.EReasonModifier and TypeMethodDescriptionTypeConverterException.getReason()Returns the enum constant of this type with the specified name.static TypeConverterException.EReason[]TypeConverterException.EReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.helger.commons.typeconvert with parameters of type TypeConverterException.EReasonModifierConstructorDescriptionTypeConverterException(Class<?> aDstClass, TypeConverterException.EReason eReason) Constructor only with a destination class.TypeConverterException(Class<?> aSrcClass, Class<?> aDstClass, TypeConverterException.EReason eReason) Constructor.TypeConverterException(Class<?> aSrcClass, Class<?> aDstClass, TypeConverterException.EReason eReason, Throwable aCause) Constructor with a cause exception.