java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.convert.ConverterException
All Implemented Interfaces:
Serializable
ConverterException is an exception thrown by the
getAsObject()
or getAsText()
method of a
Converter , to indicate that the requested conversion cannot
be performed.
Fields inherited from java.lang.RuntimeException: |
---|
serialVersionUID |
Fields inherited from java.lang.Exception: |
---|
serialVersionUID |
Constructor: |
---|
Construct a new exception with no detail message or root cause. |
Construct a new exception with the specified detail message and no root cause.
|
Construct a new exception with the specified root cause. The detail
message will be set to
|
Construct a new exception with the specified detail message and no root cause.
|
Construct a new exception with the specified detail message and root cause.
|
Construct a new exception with the specified detail message and root cause.
|
Method from javax.faces.convert.ConverterException Summary: |
---|
getFacesMessage |
Methods from javax.faces.FacesException: |
---|
getCause |
Methods from java.lang.Throwable: |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.convert.ConverterException Detail: |
---|
Returns the FacesMessage associated with this exception; this will only be available if the converter that thew this exception instance placed it there. |