Class XmlSchemaException

All Implemented Interfaces:
Serializable

public class XmlSchemaException extends RuntimeException
Returns detailed information about the schema exception.
See Also:
  • Field Details

  • Constructor Details

    • XmlSchemaException

      public XmlSchemaException()
      Creates new XmlSchemaException
    • XmlSchemaException

      public XmlSchemaException(String message)
    • XmlSchemaException

      public XmlSchemaException(String message, Throwable cause)
  • Method Details

    • getLineNumer

      public int getLineNumer()
    • getLinePosition

      public int getLinePosition()
    • getSourceSchemaObject

      public XmlSchemaObject getSourceSchemaObject()
    • getSourceUri

      public String getSourceUri()