com.sap.portal.unification.hrnpexception
Class HRNPNoOperatorFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.portal.unification.hrnpexception.HRNPException
                    |
                    +--com.sap.portal.unification.hrnpexception.HRNPNoOperatorFoundException
All Implemented Interfaces:
java.io.Serializable

public class HRNPNoOperatorFoundException
extends HRNPException

Title: DQP Project Description: DQP - Distributed Query Parser. Copyright: Copyright (c) 2002 Company: SAP Portals

Version:
1.1 This exception is thrown when there is no poerator found in the string of HRNPMultiOp.
See Also:
Serialized Form

Field Summary
static java.lang.String NO_OPERATOR_FOUND
          There is no operator found inside the parenthesis.
 
Constructor Summary
HRNPNoOperatorFoundException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_OPERATOR_FOUND

public static final java.lang.String NO_OPERATOR_FOUND
There is no operator found inside the parenthesis.
Constructor Detail

HRNPNoOperatorFoundException

public HRNPNoOperatorFoundException()