|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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.InvalidDatatypeValueException
Datatype exception for invalid values.
Fields inherited from class org.apache.xerces.impl.dv.DatatypeException |
args,
key |
Constructor Summary | |
InvalidDatatypeValueException(java.lang.String msg)
Create a new datatype exception by providing an error message. |
|
InvalidDatatypeValueException(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. |
Methods inherited from class org.apache.xerces.impl.dv.DatatypeException |
getArgs,
getKey |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public InvalidDatatypeValueException(java.lang.String msg)
msg
- error messagepublic InvalidDatatypeValueException(java.lang.String key, java.lang.Object[] args)
key
- error codeargs
- error arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |