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
public class HstParameterValueConversionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HstParameterValueConversionException()
Constructs a newHstParameterValueConversionException
exception.HstParameterValueConversionException(String message)
Constructs a newHstParameterValueConversionException
exception with the given message.HstParameterValueConversionException(String msg, Throwable nested)
Constructs a newHstParameterValueConversionException
exceptionHstParameterValueConversionException(Throwable nested)
Constructs 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 Detail
-
HstParameterValueConversionException
public HstParameterValueConversionException()
Constructs a newHstParameterValueConversionException
exception.
-
HstParameterValueConversionException
public HstParameterValueConversionException(String message)
Constructs a newHstParameterValueConversionException
exception with the given message.- Parameters:
message
- the exception message
-
HstParameterValueConversionException
public HstParameterValueConversionException(Throwable nested)
Constructs a newHstParameterValueConversionException
exception with the nested exception.- Parameters:
nested
- the nested exception
-
HstParameterValueConversionException
public HstParameterValueConversionException(String msg, Throwable nested)
Constructs a newHstParameterValueConversionException
exception- Parameters:
msg
- the exception messagenested
- the nested exception
-
-