Package com.streambase.sb
Class XmlInterpretationException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
XML interpretation exception
- See Also:
-
Constructor Summary
ConstructorDescriptionXmlInterpretationException
(com.streambase.sb.util.LocatedItem loc, String msg) ConstructorXmlInterpretationException
(com.streambase.sb.util.LocatedItem loc, String msg, Throwable cause) ConstructorXmlInterpretationException
(com.streambase.sb.util.LocatedItem loc, Throwable cause) ConstructorConstructor -
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
-
XmlInterpretationException
Constructor- Parameters:
msg
- error messagecause
- error cause
-
XmlInterpretationException
public XmlInterpretationException(com.streambase.sb.util.LocatedItem loc, String msg, Throwable cause) Constructor- Parameters:
loc
- source locationmsg
- error messagecause
- error cause
-
XmlInterpretationException
Constructor- Parameters:
loc
- source locationmsg
- error message
-
XmlInterpretationException
Constructor- Parameters:
loc
- source locationcause
- error cause
-