|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractException
com.crystaldecisions.sdk.exception.SDKException
com.crystaldecisions.sdk.exception.SDKException.InvalidPublicationConfiguration
com.crystaldecisions.sdk.exception.SDKException.MultipleDocumentKinds
public static class SDKException.MultipleDocumentKinds
This exception is thrown when a publication contains more than one kind of schedulable document.
A publication may contain multiple schedulable documents, but those documents must all be of the same kind. For example, you can have two Web Intelligence documents in the same publication, but you cannot have one Web Intelligence document and one Crystal Reports document.
To correct the problem, modify the collection of documents returned by the getDocuments method of the
IPublication interface so that it only contains one kind of schedulable document (only Crystal Reports, only Web Intelligence,
or only Desktop Intelligence documents). Create additional publications to publish the other kinds of scheduled documents.
Note that this restriction does not apply to static documents; the publication can contain any number of documents of other types.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKException.MultipleDocumentKinds()
|
|
| Method Summary |
|---|
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKException |
|---|
map, map, map, map |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDKException.MultipleDocumentKinds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||