org.richfaces.component.behavior
Class ConverterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.richfaces.component.behavior.ConverterNotFoundException
- All Implemented Interfaces:
- Serializable
public class ConverterNotFoundException
- extends Exception
This exception thrown if Client validator cannot determine Converter associated with target UIComponent
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConverterNotFoundException
public ConverterNotFoundException()
-
ConverterNotFoundException
public ConverterNotFoundException(String message)
-
- Parameters:
message
-
ConverterNotFoundException
public ConverterNotFoundException(Throwable cause)
-
- Parameters:
cause
-
ConverterNotFoundException
public ConverterNotFoundException(String message,
Throwable cause)
-
- Parameters:
message
- cause
-
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.