|
|||||||||
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.docconverter.client.DocConverterException com.adobe.livecycle.docconverter.client.ConversionException
public class ConversionException
A ConversionException
is thrown when there is an error converting a document to PDF/A.
Constructor Summary | |
---|---|
ConversionException()
Constructs a new exception with a null message and cause. |
|
ConversionException(java.lang.String message)
Constructs a new exception with the given message. |
|
ConversionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
ConversionException(java.lang.Throwable cause)
Constructs a new exception with the given cause. |
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 ConversionException()
null
message and cause.
Exception.Exception()
public ConversionException(java.lang.String message)
message
- The detailed message.Exception.Exception(java.lang.String)
public ConversionException(java.lang.String message, java.lang.Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.String, java.lang.Throwable)
public ConversionException(java.lang.Throwable cause)
cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |