com.servingxml.util
Class ServingXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.servingxml.util.ServingXmlException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ContextualServingXmlException, ServingXmlFault, SupplementaryServingXmlException
public class ServingXmlException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServingXmlException
public ServingXmlException(java.lang.String s)
ServingXmlException
public ServingXmlException(java.lang.String s,
java.lang.Throwable e)
getContext
public void getContext(java.lang.StringBuilder sb)
getMessage
public void getMessage(java.lang.StringBuilder sb)
fromInvocationTargetException
public static ServingXmlException fromInvocationTargetException(java.lang.reflect.InvocationTargetException e)
createXmlReader
public org.xml.sax.XMLReader createXmlReader()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
getSupplementaryMessage
public void getSupplementaryMessage(java.lang.StringBuilder sb)
supplementMessage
public ServingXmlException supplementMessage(java.lang.String message)
contextualizeMessage
public ServingXmlException contextualizeMessage(java.lang.String context)