Class XmlInterpretationException

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

public class XmlInterpretationException extends SemanticValidationException
XML interpretation exception
See Also:
  • Constructor Details

    • XmlInterpretationException

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

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

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

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