org.apache.ws.commons.schema
Class XmlSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ws.commons.schema.XmlSchemaException
All Implemented Interfaces:
Serializable

public class XmlSchemaException
extends RuntimeException

Returns detailed information about the schema exception.

See Also:
Serialized Form

Constructor Summary
XmlSchemaException()
          Creates new XmlSchemaException
XmlSchemaException(String message)
           
XmlSchemaException(String message, Throwable cause)
           
 
Method Summary
 int getLineNumer()
           
 int getLinePosition()
           
 XmlSchemaObject getSourceSchemaObject()
           
 String getSourceUri()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaException

public XmlSchemaException()
Creates new XmlSchemaException


XmlSchemaException

public XmlSchemaException(String message)

XmlSchemaException

public XmlSchemaException(String message,
                          Throwable cause)
Method Detail

getLineNumer

public int getLineNumer()

getLinePosition

public int getLinePosition()

getSourceSchemaObject

public XmlSchemaObject getSourceSchemaObject()

getSourceUri

public String getSourceUri()


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.