|
|||||||||
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.ValidationException
public class ValidationException
A ValidationException
is thrown when there is an error while validating a PDF document. The throwing
of this exception means that the validation could not be completed. The actual validation results (success/fail)
will be in the PDFAValdationResult.
Constructor Summary | |
---|---|
ValidationException()
Constructs a new exception with a null message and cause. |
|
ValidationException(java.lang.String message)
Constructs a new exception with the given message. |
|
ValidationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
ValidationException(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 ValidationException()
null
message and cause.
Exception.Exception()
public ValidationException(java.lang.String message)
message
- The detailed message.Exception.Exception(java.lang.String)
public ValidationException(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 ValidationException(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 |