com.sap.portal.unification.hrnpexception
Class HRNPSourceFormatException

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

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

Field Summary
static java.lang.String NOT_HRNPSOURCE_FORMAT
          Not a valid HRNPSource format.
 
Constructor Summary
HRNPSourceFormatException()
           
 
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_HRNPSOURCE_FORMAT

public static final java.lang.String NOT_HRNPSOURCE_FORMAT
Not a valid HRNPSource format.
Constructor Detail

HRNPSourceFormatException

public HRNPSourceFormatException()