Class ConverterException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ConverterException extends FacesException

ConverterException is an exception thrown by the getAsObject() or getAsText() method of a Converter, to indicate that the requested conversion cannot be performed.

See Also: