Package jakarta.faces.convert
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
jakarta.faces.convert.ConverterException
- All Implemented Interfaces:
Serializable
see Javadoc of Faces Specification
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConverterException
(FacesMessage facesMessage) ConverterException
(FacesMessage facesMessage, Throwable cause) ConverterException
(String message) ConverterException
(String message, Throwable cause) ConverterException
(Throwable cause) -
Method Summary
Methods inherited from class jakarta.faces.FacesException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConverterException
public ConverterException() -
ConverterException
-
ConverterException
-
ConverterException
-
ConverterException
-
ConverterException
-
-
Method Details
-
getFacesMessage
-