Package com.streambase.sb
Class XmlParsingException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
public class XmlParsingException extends ParsingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParsingException(LocatedItem loc, String msg)
XmlParsingException(LocatedItem loc, String msg, Throwable cause)
XmlParsingException(LocatedItem loc, Throwable cause)
XmlParsingException(String msg, ApplicationValidationException cause)
-
Method Summary
-
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlParsingException
public XmlParsingException(String msg, ApplicationValidationException cause)
-
XmlParsingException
public XmlParsingException(LocatedItem loc, String msg, Throwable cause)
-
XmlParsingException
public XmlParsingException(LocatedItem loc, String msg)
-
XmlParsingException
public XmlParsingException(LocatedItem loc, Throwable cause)
-
-