com.servingxml.util
Class SupplementaryServingXmlException

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.SupplementaryServingXmlException
All Implemented Interfaces:
java.io.Serializable

public class SupplementaryServingXmlException
extends ServingXmlException

See Also:
Serialized Form

Constructor Summary
SupplementaryServingXmlException(java.lang.String s, ServingXmlException tail)
           
 
Method Summary
 java.lang.String getMessage()
           
 void getMessage(java.lang.StringBuilder sb)
           
 void getSupplementaryMessage(java.lang.StringBuilder sb)
           
 java.lang.String toString()
           
 
Methods inherited from class com.servingxml.util.ServingXmlException
contextualizeMessage, createXmlReader, fromInvocationTargetException, getContext, 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

SupplementaryServingXmlException

public SupplementaryServingXmlException(java.lang.String s,
                                        ServingXmlException tail)
Method Detail

getMessage

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

getMessage

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

getSupplementaryMessage

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

toString

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