| org.jbpm.jpdl.el.ELException org.jbpm.jpdl.el.ELParseException
ELParseException | public class ELParseException extends ELException (Code) | | Represents a parsing error encountered while parsing an EL expression.
since: 2.0 |
Constructor Summary | |
public | ELParseException() Creates an ELParseException with no detail message. | public | ELParseException(String pMessage) Creates an ELParseException with the provided detail message. |
ELParseException | public ELParseException()(Code) | | Creates an ELParseException with no detail message.
|
ELParseException | public ELParseException(String pMessage)(Code) | | Creates an ELParseException with the provided detail message.
Parameters: pMessage - the detail message |
|
|