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