com.servingxml.util
Class ContextualServingXmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.servingxml.util.ServingXmlException
                  extended by com.servingxml.util.ContextualServingXmlException
All Implemented Interfaces:
java.io.Serializable

public class ContextualServingXmlException
extends ServingXmlException

See Also:
Serialized Form

Constructor Summary
ContextualServingXmlException(java.lang.String context, ServingXmlException tail)
           
 
Method Summary
 void getContext(java.lang.StringBuilder sb)
           
 java.lang.String getMessage()
           
 void getMessage(java.lang.StringBuilder sb)
           
 java.lang.String toString()
           
 
Methods inherited from class com.servingxml.util.ServingXmlException
contextualizeMessage, createXmlReader, fromInvocationTargetException, getSupplementaryMessage, supplementMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextualServingXmlException

public ContextualServingXmlException(java.lang.String context,
                                     ServingXmlException tail)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getContext

public void getContext(java.lang.StringBuilder sb)
Overrides:
getContext in class ServingXmlException

getMessage

public void getMessage(java.lang.StringBuilder sb)
Overrides:
getMessage in class ServingXmlException

toString

public java.lang.String toString()
Overrides:
toString in class ServingXmlException