com.sun.xml.bind.marshaller
Class Util

java.lang.Object
  extended by com.sun.xml.bind.marshaller.Util

Deprecated. in JAXB1.0.1

public class Util
extends Object

Since:
JAXB1.0
Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
Util()
          Deprecated.  
 
Method Summary
static void handlePrintConversionException(Object caller, Exception e, XMLSerializer serializer)
          Deprecated. Report a print conversion error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Deprecated. 
Method Detail

handlePrintConversionException

public static void handlePrintConversionException(Object caller,
                                                  Exception e,
                                                  XMLSerializer serializer)
                                           throws SAXException
Deprecated. 
Report a print conversion error.

Throws:
SAXException


Copyright © 2014 Oracle Corporation. All Rights Reserved.