public class HstParameterValueConversionException extends RuntimeException
Constructor and Description |
---|
HstParameterValueConversionException()
Constructs a new
HstParameterValueConversionException exception. |
HstParameterValueConversionException(String message)
Constructs a new
HstParameterValueConversionException exception with the given message. |
HstParameterValueConversionException(String msg,
Throwable nested)
Constructs a new
HstParameterValueConversionException exception |
HstParameterValueConversionException(Throwable nested)
Constructs a new
HstParameterValueConversionException exception with the nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HstParameterValueConversionException()
HstParameterValueConversionException
exception.public HstParameterValueConversionException(String message)
HstParameterValueConversionException
exception with the given message.message
- the exception messagepublic HstParameterValueConversionException(Throwable nested)
HstParameterValueConversionException
exception with the nested exception.nested
- the nested exceptionpublic HstParameterValueConversionException(String msg, Throwable nested)
HstParameterValueConversionException
exceptionmsg
- the exception messagenested
- the nested exceptionCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.