org.apache.xerces.impl.xs

Class XMLSchemaException


public class XMLSchemaException
extends Exception

This exception might be thrown by any constraint checking method.

Version:
$Id: XMLSchemaException.java,v 1.4 2002/01/29 01:15:14 lehors Exp $

Author:
Elena Litani, IBM

Constructor Summary

XMLSchemaException(String key, Object[] args)

Method Summary

Object[]
getArgs()
String
getKey()

Constructor Details

XMLSchemaException

public XMLSchemaException(String key,
                          Object[] args)

Method Details

getArgs

public Object[] getArgs()


getKey

public String getKey()


Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.