java.lang.Object
com.genologics.ri.exception.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.exception package.
This class is required by JAXB (Java Architecture for XML Binding) and provides factory methods for instantiating JAXB-managed classes and elements within this package. Each factory method constructs new instances of schema-derived classes that represent XML content structures.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ObjectFactory that can be used to create new instances of schema-derived classes for package: com.genologics.ri.exception. -
Method Summary
Modifier and TypeMethodDescriptionCreates an instance ofException.createException(Exception value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Creates a new ObjectFactory that can be used to create new instances of schema-derived classes for package: com.genologics.ri.exception.
-
-
Method Details
-
createException
Creates an instance ofException.- Returns:
- A new Exception instance.
-
createException
- Parameters:
value- The Exception value to wrap.- Returns:
- A JAXBElement containing the Exception.
-