Package org.hippoecm.hst.core.component
Class HstParameterValueConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.hst.core.component.HstParameterValueConversionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newHstParameterValueConversionException
exception.Constructs a newHstParameterValueConversionException
exception with the given message.HstParameterValueConversionException
(String msg, Throwable nested) Constructs a newHstParameterValueConversionException
exceptionConstructs a newHstParameterValueConversionException
exception with the nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HstParameterValueConversionException
public HstParameterValueConversionException()Constructs a newHstParameterValueConversionException
exception. -
HstParameterValueConversionException
Constructs a newHstParameterValueConversionException
exception with the given message.- Parameters:
message
- the exception message
-
HstParameterValueConversionException
Constructs a newHstParameterValueConversionException
exception with the nested exception.- Parameters:
nested
- the nested exception
-
HstParameterValueConversionException
Constructs a newHstParameterValueConversionException
exception- Parameters:
msg
- the exception messagenested
- the nested exception
-