Package com.streambase.sb
Class ParsingException
- All Implemented Interfaces:
 com.streambase.sb.util.LocatedItem,Serializable
- Direct Known Subclasses:
 com.streambase.sb.expr.ExprException,XmlParsingException
Parsing exception
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionParsingException(com.streambase.sb.util.LocatedItem loc, String message) ConstructorParsingException(com.streambase.sb.util.LocatedItem loc, String message, Throwable cause) ConstructorParsingException(com.streambase.sb.util.LocatedItem loc, Throwable cause) ConstructorParsingException(String message, ApplicationValidationException cause) Constructor - 
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
- 
ParsingException
Constructor- Parameters:
 message- exception messagecause- exception cause
 - 
ParsingException
 - 
ParsingException
Constructor- Parameters:
 loc- source locationmessage- exception message
 - 
ParsingException
Constructor- Parameters:
 loc- source locationcause- exception cause
 
 -