JAXB
v0.21

javax.xml.bind
Class ValidationRequiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.xml.bind.ValidationRequiredException
All Implemented Interfaces:
Serializable

public class ValidationRequiredException
extends RuntimeException

Unchecked exception thrown when it is determined that an instance tree being marshalled requires validation.

Version:
1.12, 01/05/31
See Also:
Serialized Form

Constructor Summary
ValidationRequiredException()
          Constructs an instance of this class.
 
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

ValidationRequiredException

public ValidationRequiredException()
Constructs an instance of this class.


JAXB
v0.21


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.