Class XmlParsingException

All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class XmlParsingException extends ParsingException
XML parsing error
See Also:
  • Constructor Details

    • XmlParsingException

      public XmlParsingException(String msg, ApplicationValidationException cause)
      Constructor
      Parameters:
      msg - error message
      cause - error cause
    • XmlParsingException

      public XmlParsingException(com.streambase.sb.util.LocatedItem loc, String msg, Throwable cause)
      Constructor
      Parameters:
      loc - source location
      msg - error message
      cause - error cause
    • XmlParsingException

      public XmlParsingException(com.streambase.sb.util.LocatedItem loc, String msg)
      Constructor
      Parameters:
      loc - source location
      msg - error message
    • XmlParsingException

      public XmlParsingException(com.streambase.sb.util.LocatedItem loc, Throwable cause)
      Constructor
      Parameters:
      loc - source location
      cause - error cause