com.sap.portal.unification.hrnpexception
Class HRNPMultiOpFormatException

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

public class HRNPMultiOpFormatException
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 given string is not in the format of HRNPMultiOp.
See Also:
Serialized Form

Field Summary
static java.lang.String NOT_MULTIOP_FORMAT
          Not a valid HRNPMultiOp format.
 
Constructor Summary
HRNPMultiOpFormatException()
           
 
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

NOT_MULTIOP_FORMAT

public static final java.lang.String NOT_MULTIOP_FORMAT
Not a valid HRNPMultiOp format.
Constructor Detail

HRNPMultiOpFormatException

public HRNPMultiOpFormatException()