public class

XMLSchemaException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.xerces.impl.xs.XMLSchemaException

Class Overview

This exception might be thrown by any constraint checking method.

Summary

Public Constructors
XMLSchemaException(String key, Object[] args)
Public Methods
Object[] getArgs()
String getKey()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public XMLSchemaException (String key, Object[] args)

Public Methods

public Object[] getArgs ()

public String getKey ()