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 320098 2004-10-06 15:14:55Z mrglavas $
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-2006 The Apache Software Foundation. All Rights Reserved.