Name

MethodNotFoundException

Synopsis

An instance of this class is thrown to signal that the method referenced by a method binding expression can’t be found.

Synopsis

Class name:

javax.faces.el.MethodNotFoundException

Extends:

javax.faces.el.EvaluationException

Implements:

java.io.Serializable

Constructors

public MethodNotFoundException()

Creates an empty instance.

public MethodNotFoundException(String message)

Creates an instance with the specified message.

public MethodNotFoundException(String message, Throwable rootCause)

Creates an instance with the specified message and root cause.

public MethodNotFoundException(Throwable rootCause)

Creates an instance with the specified root cause.

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.