|
Version: 1.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceException | |
|---|---|
| org.biomoby.shared.data | The package org.biomoby.shared.data allows you to easily build MOBY data instances for sending to services, or querying the registry. |
| org.biomoby.shared.parser | The package org.biomoby.shared.parser contains classes for parsing Biomoby data from an XML format (a Biomoby XML envelope) into Java objects, and back to XML. |
| Uses of ServiceException in org.biomoby.shared.data |
|---|
| Subclasses of ServiceException in org.biomoby.shared.data | |
|---|---|
class |
MobyServiceException
|
| Methods in org.biomoby.shared.data that return ServiceException | |
|---|---|
ServiceException[] |
MobyContentInstance.getExceptions()
|
| Methods in org.biomoby.shared.data with parameters of type ServiceException | |
|---|---|
void |
MobyContentInstance.addException(ServiceException me)
Adds a new exception to the list of exceptions associated with the content |
void |
MobyContentInstance.setExceptions(ServiceException[] mes)
Sets the exception list for the content en masse, replacing any current values |
| Uses of ServiceException in org.biomoby.shared.parser |
|---|
| Methods in org.biomoby.shared.parser that return ServiceException | |
|---|---|
static ServiceException |
ServiceException.error(int code,
String msg)
Create an instance of ServiceException that represents an error. |
static ServiceException |
ServiceException.error(String msg)
Create an instance of ServiceException that represents an error. |
static ServiceException[] |
JDOMUtils.extractExceptions(org.jdom.Element serviceNotes)
Extract all exceptions from a serviceNotes XML element. |
static ServiceException[] |
ServiceException.extractExceptions(org.jdom.Element serviceNotes)
Extract all exceptions from a serviceNotes XML element. |
ServiceException[] |
MobyPackage.getExceptions()
Return all so far set exceptions. |
static ServiceException |
ServiceException.info(String msg)
Create an instance of ServiceException that represents an info. |
static ServiceException |
ServiceException.warning(String msg)
Create an instance of ServiceException that represents a warning. |
| Methods in org.biomoby.shared.parser with parameters of type ServiceException | |
|---|---|
void |
MobyPackage.addException(ServiceException error)
Add a new exception reported by this service execution. |
void |
MobyPackage.addException(ServiceException error,
MobyJob job)
Add a new exception reported by this service execution. |
void |
MobyPackage.setExceptions(ServiceException[] errors)
Set one or more exceptions reported by this service invocation. |
static org.jdom.Element |
JDOMUtils.toXMLElement(ServiceException se)
|
|
Version: 1.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||