org.jcoderz.commons.logging.impl
Class ExceptionTypeImpl

java.lang.Object
  extended by org.jcoderz.commons.logging.impl.ExceptionTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, ExceptionType, UnmarshallableObject, ValidatableObject, XMLSerializable

public class ExceptionTypeImpl
extends Object
implements ExceptionType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ExceptionTypeImpl.Unmarshaller
           
 
Field Summary
protected  CauseType _Cause
           
protected  String _Message
           
protected  StacktraceType _Stacktrace
           
static Class version
           
 
Constructor Summary
ExceptionTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 CauseType getCause()
          Gets the value of the cause property.
 String getMessage()
          Gets the value of the message property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 StacktraceType getStacktrace()
          Gets the value of the stacktrace property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setCause(CauseType value)
          Sets the value of the cause property.
 void setMessage(String value)
          Sets the value of the message property.
 void setStacktrace(StacktraceType value)
          Sets the value of the stacktrace property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Stacktrace

protected StacktraceType _Stacktrace

_Message

protected String _Message

_Cause

protected CauseType _Cause

version

public static final Class version
Constructor Detail

ExceptionTypeImpl

public ExceptionTypeImpl()
Method Detail

getStacktrace

public StacktraceType getStacktrace()
Description copied from interface: ExceptionType
Gets the value of the stacktrace property.

Specified by:
getStacktrace in interface ExceptionType
Returns:
possible object is StacktraceType

setStacktrace

public void setStacktrace(StacktraceType value)
Description copied from interface: ExceptionType
Sets the value of the stacktrace property.

Specified by:
setStacktrace in interface ExceptionType
Parameters:
value - allowed object is StacktraceType

getMessage

public String getMessage()
Description copied from interface: ExceptionType
Gets the value of the message property.

Specified by:
getMessage in interface ExceptionType
Returns:
possible object is String

setMessage

public void setMessage(String value)
Description copied from interface: ExceptionType
Sets the value of the message property.

Specified by:
setMessage in interface ExceptionType
Parameters:
value - allowed object is String

getCause

public CauseType getCause()
Description copied from interface: ExceptionType
Gets the value of the cause property.

Specified by:
getCause in interface ExceptionType
Returns:
possible object is CauseType

setCause

public void setCause(CauseType value)
Description copied from interface: ExceptionType
Sets the value of the cause property.

Specified by:
setCause in interface ExceptionType
Parameters:
value - allowed object is CauseType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


Copyright 2007 The jCoderZ Project.