Package com.streambase.sb
Class XmlParsingException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
XML parsing error
- See Also:
-
Constructor Summary
ConstructorDescriptionXmlParsingException
(com.streambase.sb.util.LocatedItem loc, String msg) ConstructorXmlParsingException
(com.streambase.sb.util.LocatedItem loc, String msg, Throwable cause) ConstructorXmlParsingException
(com.streambase.sb.util.LocatedItem loc, Throwable cause) ConstructorXmlParsingException
(String msg, ApplicationValidationException cause) Constructor -
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 Details
-
XmlParsingException
Constructor- Parameters:
msg
- error messagecause
- error cause
-
XmlParsingException
Constructor- Parameters:
loc
- source locationmsg
- error messagecause
- error cause
-
XmlParsingException
Constructor- Parameters:
loc
- source locationmsg
- error message
-
XmlParsingException
Constructor- Parameters:
loc
- source locationcause
- error cause
-