Class XMLSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XMLSchemaException
-
- All Implemented Interfaces:
Serializable
public class XMLSchemaException extends Exception
This exception might be thrown by any constraint checking method.- Version:
- $Id$
- Author:
- Elena Litani, IBM
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLSchemaException(String key, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getArgs()
String
getKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-