© 2005 BEA Systems, Inc.

com.bea.p13n.expression
Interface Validator


public interface Validator

An interface that is implemented by a class that can validate various types of expressions.


Method Summary
 void validate(Expression expression)
          Validates the supplied expression.
 

Method Detail

validate

public void validate(Expression expression)
              throws ExpressionException
Validates the supplied expression.

Parameters:
expression - An expression to be validated.
Throws:
ExpressionException - If the supplied expression is invalid.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved