com.sap.portal.unification.hrnpexception
Class HRNPDestinationFormatException

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

public class HRNPDestinationFormatException
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 HRNPDestination.
See Also:
Serialized Form

Field Summary
static java.lang.String NOT_HRNPDESTINATION_FORMAT
          Not a valid HRNPDestination format.
 
Constructor Summary
HRNPDestinationFormatException()
           
 
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_HRNPDESTINATION_FORMAT

public static final java.lang.String NOT_HRNPDESTINATION_FORMAT
Not a valid HRNPDestination format.
Constructor Detail

HRNPDestinationFormatException

public HRNPDestinationFormatException()