javax.xml.bind
Class TypeValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.xml.bind.UnmarshalException
|
+--javax.xml.bind.ValidationException
|
+--javax.xml.bind.TypeValidationException
- All Implemented Interfaces:
- Serializable
- public class TypeValidationException
- extends ValidationException
Checked exception thrown when a TypeConstraintException is thrown
during unmarshalling. That exception is wrapped within this exception.
- Version:
- 1.6, 01/05/31
- See Also:
- Serialized Form
TypeValidationException
public TypeValidationException(TypeConstraintException tcx)
- Constructs an instance wrapping the given
TypeConstraintException.
- Parameters:
tcx - The TypeConstraintException to be wrapped
getException
public TypeConstraintException getException()
- Returns the
TypeConstraintException wrapped within this
exception.
- Returns:
- The
TypeConstraintException wrapped within this
exception
Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.