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