Uses of Class
com.ibm.rational.rpe.common.utils.RPEException

Packages that use RPEException
com.ibm.rational.rpe.api.docgen   
com.ibm.rational.rpe.api.docspec   
 

Uses of RPEException in com.ibm.rational.rpe.api.docgen
 

Methods in com.ibm.rational.rpe.api.docgen that throw RPEException
 java.lang.Thread RemoteDocumentGenerator.connectToJob(java.lang.String job)
          Connects to an existing job and returns a thread like the publish method does
 com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus RemoteDocumentGenerator.connectToJobSynch(java.lang.String job)
          Connects to an existing job and waits until the job is completed.
 java.lang.Thread LocalDocumentGenerator.publish(RPEDocumentSpecification docSpec)
          Deprecated. 
 java.lang.Thread RemoteDocumentGenerator.publish(RPEDocumentSpecification docSpec)
          Deprecated. 
 java.lang.Thread LocalDocumentGenerator.publish(RPEDocumentSpecification docSpec, int previewLimit)
          Starts the publishing process for a given Document Specification.
 java.lang.Thread IDocumentGenerator.publish(RPEDocumentSpecification docSpec, int previewQueryLimit)
          Publishes the document asynchronously.
 java.lang.Thread RemoteDocumentGenerator.publish(RPEDocumentSpecification docSpec, int previewQueryLimit)
          Starts the publishing process for a given Document Specification.
 void LocalDocumentGenerator.publishSync(RPEDocumentSpecification docSpec)
          Deprecated. 
 void RemoteDocumentGenerator.publishSync(RPEDocumentSpecification docSpec)
          Deprecated. 
 com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus LocalDocumentGenerator.publishSync(RPEDocumentSpecification docSpec, int previewLimit)
          Starts the publishing process for a given Document Specification.
 com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus IDocumentGenerator.publishSync(RPEDocumentSpecification docspec, int previewQueryLimit)
          Publishes the document asynchronously.
 com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus RemoteDocumentGenerator.publishSync(RPEDocumentSpecification docSpec, int previewQueryLimit)
          Starts the publishing process for a given Document Specification.
 java.net.URI RemoteDocumentGenerator.readJobLogURI()
          Reads the log URI for the current job from the server.
 java.net.URI RemoteDocumentGenerator.readJobResultsURI()
          Reads the log results URI for the current job from the server.
 java.lang.String RemoteDocumentGenerator.readJobStatus()
          Reads the status for the current job from the server.
 

Uses of RPEException in com.ibm.rational.rpe.api.docspec
 

Methods in com.ibm.rational.rpe.api.docspec that throw RPEException
 void RPEOutput.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPETemplate.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPEDocumentSpecification.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPEOutputConfiguration.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPEDataSource.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPERuntime.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPEMetadata.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 void RPEOutputConfig.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
           
 RPEOutput DocumentSpecificationBuilder.addOutput(RPEDocumentSpecification docspec, java.lang.String type, java.lang.String driver)
          Adds the specified output type to the document specification.
 RPEDocumentSpecification DocumentSpecificationBuilder.create(java.lang.String configFile)
          Creates an empty Document Specification.
 RPEDocumentSpecification DocumentSpecificationBuilder.create(java.lang.String configFile, java.util.List<java.lang.String> templatesFile)
          Creates a new Document Specification using a list of Document Templates.
 RPETemplate DocumentSpecificationBuilder.createRuntimeTemplate(java.lang.String configFile, com.ibm.rational.rpe.common.template.model.Template template, java.lang.String path, Credential credential)
           
 Feature DocumentSpecificationBuilder.getConfigurationForDatasource(java.lang.String configPath, java.lang.String type)
          Builds the configuration feature for the given data source type.
 com.ibm.rational.rpe.api.docspec.RPEConfiguration DocumentSpecificationBuilder.load(java.lang.String configPath)
          Loads a configuration file.
 RPEDocumentSpecification DocumentSpecificationBuilder.load(java.lang.String configPath, java.lang.String docSpecPath)
          Loads a Document Specification from the specified path.
 RPEDocumentSpecification DocumentSpecificationBuilder.load(java.lang.String configPath, java.lang.String docSpecPath, boolean strict)
           
 RPEDocumentSpecification DocumentSpecificationBuilder.load(java.lang.String configPath, java.lang.String docSpecPath, java.lang.String srcDocSpecPath, boolean strict)
           
 RPETemplate DocumentSpecificationBuilder.loadTemplate(java.lang.String configFile, java.lang.String templPath)
           
 RPETemplate DocumentSpecificationBuilder.loadTemplate(java.lang.String configFile, java.lang.String baseURI, java.lang.String templateURI, Credential credential)
          Loads a Document Template from the given path.
 RPEDocumentSpecification DocumentSpecificationBuilder.makeDocSpec(java.lang.String defFile)
          Creates a Document Specification from a definition file.
 java.io.File DocumentSpecificationBuilder.packDocumentSpecification(RPEDocumentSpecification docSpec, boolean includeDynamicReferences, java.lang.String docSpecName)
          Creates a zip archive with the Document Specification, the Document Templates it refers and all the stylesheets used.
static void ConfigurationLayer.readConfigurationOptions(com.ibm.rational.rpe.common.template.model.ConfigurationMetadata cfgMetadata, Credential credential, java.util.List<ConfigurationLayer.ConfigurationValue> data)
          Deprecated. 
 void ConfigurationLayer.readConfigurationOptions(com.ibm.rational.rpe.common.template.model.ConfigurationMetadata cfgMetadata, java.lang.String entityName, java.util.List<ConfigurationLayer.ConfigurationValue> data, Credential credential)
          Resolves the configuration metadata if not empty.
 RPETemplate DocumentSpecificationBuilder.replaceTemplate(RPEDocumentSpecification docSpec, RPETemplate oldTemplate, java.lang.String newTemplatePath, Credential credential, java.lang.String configFile)
          For a given Document Specification, this method replaces an existing Document Template with a new one.
 RPETemplate DocumentSpecificationBuilder.replaceTemplate(RPEDocumentSpecification docSpec, java.lang.String oldTemplatePath, java.lang.String newTemplatePath, Credential credential, java.lang.String configFile)
           
 RPETemplate DocumentSpecificationBuilder.replaceTemplate(RPEDocumentSpecification docSpec, java.lang.String oldTemplatePath, java.lang.String newTemplatePath, java.lang.String configFile)
          For a given Document Specification, this method replaces an existing Document Template with a new one.
 void DocumentSpecificationBuilder.save(RPEDocumentSpecification docSpec, java.lang.String fileName)
          Saves a Document Specification to a file.
 void DocumentSpecificationBuilder.stripCredentials(RPEDocumentSpecification docSpec)
          For the given Document Specification, this method removes any usernames or passwords it contains for templates, stylesheets and data sources.
 void DocumentSpecificationBuilder.syncDocumentSpecification(RPEDocumentSpecification docSpec, java.lang.String configFile)
          Synchronizes a Document Specification with its Document Templates by adding/removing Data Sources and Variables
 void DocumentSpecificationBuilder.syncDocumentSpecification(RPEDocumentSpecification docSpec, java.lang.String configFile, boolean strict)
           
 RPEDocumentSpecification DocumentSpecificationBuilder.unpackDocumentSpecification(java.net.URI file)
          Builds a Document Specification from the provided file.