public class ParsingException extends ApplicationValidationException
| Constructor and Description |
|---|
ParsingException(com.streambase.sb.util.LocatedItem loc,
String msg) |
ParsingException(com.streambase.sb.util.LocatedItem loc,
String msg,
Throwable cause) |
ParsingException(com.streambase.sb.util.LocatedItem loc,
Throwable cause) |
ParsingException(String msg,
ApplicationValidationException cause) |
equals, getParams, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParsingException(String msg, ApplicationValidationException cause)
public ParsingException(com.streambase.sb.util.LocatedItem loc,
String msg,
Throwable cause)
public ParsingException(com.streambase.sb.util.LocatedItem loc,
String msg)
public ParsingException(com.streambase.sb.util.LocatedItem loc,
Throwable cause)