Package com.streambase.sb
Class XmlInterpretationException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
public class XmlInterpretationException extends SemanticValidationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlInterpretationException(LocatedItem loc, String msg)
XmlInterpretationException(LocatedItem loc, String msg, Throwable cause)
XmlInterpretationException(LocatedItem loc, Throwable cause)
XmlInterpretationException(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
-
XmlInterpretationException
public XmlInterpretationException(String msg, ApplicationValidationException cause)
-
XmlInterpretationException
public XmlInterpretationException(LocatedItem loc, String msg, Throwable cause)
-
XmlInterpretationException
public XmlInterpretationException(LocatedItem loc, String msg)
-
XmlInterpretationException
public XmlInterpretationException(LocatedItem loc, Throwable cause)
-
-