com.sap.portal.unification.hrnpexception
Class HRNPSource50FormatException

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

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

Field Summary
static java.lang.String NOT_HRNPSOURCE50_FORMAT
          Not a valid HRNPSource50 format.
 
Constructor Summary
HRNPSource50FormatException()
           
 
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_HRNPSOURCE50_FORMAT

public static final java.lang.String NOT_HRNPSOURCE50_FORMAT
Not a valid HRNPSource50 format.
Constructor Detail

HRNPSource50FormatException

public HRNPSource50FormatException()