Uses of Class
com.helger.commons.typeconvert.TypeConverterException.EReason
-
Packages that use TypeConverterException.EReason Package Description com.helger.commons.typeconvert -
-
Uses of TypeConverterException.EReason in com.helger.commons.typeconvert
Methods in com.helger.commons.typeconvert that return TypeConverterException.EReason Modifier and Type Method Description TypeConverterException.EReasonTypeConverterException. getReason()static TypeConverterException.EReasonTypeConverterException.EReason. valueOf(String name)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.EReason Constructor Description TypeConverterException(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.
-