com.highdeal.hci
Class EntityUnresolver.ForbiddenEntityResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.highdeal.hci.EntityUnresolver.ForbiddenEntityResolutionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EntityUnresolver

public static final class EntityUnresolver.ForbiddenEntityResolutionException
extends org.xml.sax.SAXException

Exception thrown when an entity resolution is requested.

The entity to be resolved is available by using the following methods:

See Also:
Serialized Form

Constructor Summary
EntityUnresolver.ForbiddenEntityResolutionException(java.lang.String publicId, java.lang.String systemId)
          Initializes a ForbiddenEntityResolutionException with entity to be resolved.
 
Method Summary
 java.lang.String getPublicId()
          Gets the name of the entity to be resolved.
 java.lang.String getSystemId()
          Gets the entity URL of the entity to be resolved.
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityUnresolver.ForbiddenEntityResolutionException

public EntityUnresolver.ForbiddenEntityResolutionException(java.lang.String publicId,
                                                           java.lang.String systemId)
Initializes a ForbiddenEntityResolutionException with entity to be resolved.

Parameters:
publicId - The public name of the entity being referenced
systemId - The entity URL
Method Detail

getPublicId

public java.lang.String getPublicId()
Gets the name of the entity to be resolved.

Returns:
The name of the entity as string

getSystemId

public java.lang.String getSystemId()
Gets the entity URL of the entity to be resolved.

Returns:
The entity URL as string

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)