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, hashCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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)