Package com.streambase.sb
Class XmlInterpretationException
- All Implemented Interfaces:
 com.streambase.sb.util.LocatedItem,Serializable
XML interpretation exception
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionXmlInterpretationException(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, hashCodeMethods 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
 - 
XmlInterpretationException
Constructor- Parameters:
 loc- source locationmsg- error message
 - 
XmlInterpretationException
Constructor- Parameters:
 loc- source locationcause- error cause
 
 -