see

http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api/javax/faces/application/Application.html

Throws:
    FacesException - if the Converter cannot be created
    java.lang.NullPointerException - if converterId is null

:-)

On 10/30/07, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Currently, if you call Application.createConverter with a non-existent
> converterId a NullPointerException:675 will be thrown.
>
> Is this required by the spec or do you mind if I change this to a
> throw new FacesException("No converter with id " + converterId + "
> found", e);
>
>
> Ciao,
> Mario
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to