|
SAP Convergent Charging
Java and XML APIs (BART) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.highdeal.hci.EntityUnresolver.ForbiddenEntityResolutionException
public static final class EntityUnresolver.ForbiddenEntityResolutionException
Exception thrown when an entity resolution is requested.
The entity to be resolved is available by using the following methods:
| 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 |
|---|
public EntityUnresolver.ForbiddenEntityResolutionException(java.lang.String publicId,
java.lang.String systemId)
publicId - The public name of the entity being referencedsystemId - The entity URL| Method Detail |
|---|
public java.lang.String getPublicId()
public java.lang.String getSystemId()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||