|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.xerces.impl.dv.DatatypeException org.apache.xerces.impl.dv.InvalidDatatypeFacetException
public class InvalidDatatypeFacetException
Datatype exception for invalid facet. This exception is only used by schema datatypes.
Constructor Summary | |
---|---|
InvalidDatatypeFacetException(java.lang.String key,
java.lang.Object[] args)
Create a new datatype exception by providing an error code and a list of error message substitution arguments. |
Method Summary |
---|
Methods inherited from class org.apache.xerces.impl.dv.DatatypeException |
---|
getArgs, getKey, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidDatatypeFacetException(java.lang.String key, java.lang.Object[] args)
key
- error codeargs
- error arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |