|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.livecycle.rightsmanagement.client.infomodel.PDRLException
public class PDRLException
The PDRLException
class defines the exception thrown
when an XML document with invalid XML is used as a method paramter.
XML documents are used to implement licenses and policies.
The XML documents are based on the PDRL XML schema.
Constructor Summary | |
---|---|
PDRLException(java.lang.String exceptionDetailString)
Creates a new PDRLException object. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDRLException(java.lang.String exceptionDetailString)
PDRLException
object.
exceptionDetailString
- A java.lang.String
that contains information about the exeption.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |