IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.classify
RuleParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.ws.exception.WsException
                    |
                    +--com.ibm.wsspi.classify.RuleParserException


The @link com.ibm.wsspi.classify.RuleParse may throw an exception of this type when errors are encountered during expressions parsing.


Constructor Summary
RuleParserException()
          
RuleParserException(java.lang.String)
          
RuleParserException(java.lang.Throwable)
          


Method Summary
public  StringtellMeExactProblem()
           Returns specific error text for parsing problems. For example, if the single quote mark.

Inherited Methods

Methods inherited from com.ibm.ws.exception.WsException
getCause, initCause
Methods inherited from java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

RuleParserException

public RuleParserException( )


RuleParserException

public RuleParserException( String s)
Parameters:


RuleParserException

public RuleParserException( Throwable th)
Parameters:


Method Detail

tellMeExactProblem

public String tellMeExactProblem()
Returns specific error text for parsing problems. For example, if the single quote mark (') is missing in the expression, this method is able to detect and report that.


Returns:
     String


IBM WebSphere Extended Deployment (XD)TM
Release 6.0