RichFaces UI Components UI 4.1.0.Final

org.richfaces.component.behavior
Class ConverterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ConverterNotFoundException()
          

ConverterNotFoundException(String message)
          

ConverterNotFoundException(String message, Throwable cause)
          

ConverterNotFoundException(Throwable cause)
          

 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -

RichFaces UI Components UI 4.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.