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 446734 2006-09-15 20:51:23Z 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 © 1999-2007 The Apache Software Foundation. All Rights Reserved.