Uses of Class
com.sun.xml.bind.unmarshaller.UnreportedException

Packages that use UnreportedException
com.sun.xml.bind.unmarshaller   
 

Uses of UnreportedException in com.sun.xml.bind.unmarshaller
 

Methods in com.sun.xml.bind.unmarshaller with parameters of type UnreportedException
 void SAXUnmarshallerHandlerImpl.reportAndThrow(UnreportedException e)
          Deprecated.  
 

Methods in com.sun.xml.bind.unmarshaller that throw UnreportedException
 void SAXUnmarshallerHandlerImpl.consumeAttribute(int idx)
          Deprecated.  
 void UnmarshallingContext.consumeAttribute(int idx)
          Deprecated. Fires an attribute event for the specified attribute.
protected  void SAXUnmarshallerHandlerImpl.consumeText(String str, boolean ignorable)
          Deprecated.  
 void UnmarshallingEventHandler.enterAttribute(String uri, String local)
          Deprecated.  
 void ContentHandlerEx.enterAttribute(String uri, String local)
          Deprecated.  
 void ContentHandlerExAdaptor.enterAttribute(String uri, String local)
          Deprecated.  
 void UnmarshallingEventHandler.enterElement(String uri, String local, Attributes atts)
          Deprecated.  
 void ContentHandlerEx.enterElement(String uri, String local, Attributes atts)
          Deprecated.  
 void ContentHandlerExAdaptor.enterElement(String uri, String local, Attributes atts)
          Deprecated.  
protected  void ContentHandlerEx.handleUnexpectedTextException(String text, RuntimeException e)
          Deprecated. Called when a RuntimeException is thrown during unmarshalling a text.
 void UnmarshallingEventHandler.leaveAttribute(String uri, String local)
          Deprecated.  
 void ContentHandlerEx.leaveAttribute(String uri, String local)
          Deprecated.  
 void ContentHandlerExAdaptor.leaveAttribute(String uri, String local)
          Deprecated.  
 void UnmarshallingEventHandler.leaveChild(int nextState)
          Deprecated.  
 void ContentHandlerEx.leaveChild(int nextState)
          Deprecated.  
 void UnmarshallingEventHandler.leaveElement(String uri, String local)
          Deprecated.  
 void ContentHandlerEx.leaveElement(String uri, String local)
          Deprecated.  
 void ContentHandlerExAdaptor.leaveElement(String uri, String local)
          Deprecated.  
 void SAXUnmarshallerHandlerImpl.popContentHandler()
          Deprecated.  
 void UnmarshallingContext.popContentHandler()
          Deprecated. Pops a content handler from the stack and registers it as the current content handler.
protected  void ContentHandlerEx.revertToParentFromEnterAttribute(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.revertToParentFromEnterElement(String uri, String local, Attributes atts)
          Deprecated.  
protected  void ContentHandlerEx.revertToParentFromLeaveAttribute(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.revertToParentFromLeaveElement(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.revertToParentFromText(String value)
          Deprecated.  
protected  Object ContentHandlerEx.spawnChildFromEnterAttribute(Class clazz, int memento, String uri, String local)
          Deprecated.  
protected  Object ContentHandlerEx.spawnChildFromEnterElement(Class clazz, int memento, String uri, String local, Attributes atts)
          Deprecated.  
protected  Object ContentHandlerEx.spawnChildFromLeaveAttribute(Class clazz, int memento, String uri, String local)
          Deprecated.  
protected  Object ContentHandlerEx.spawnChildFromLeaveElement(Class clazz, int memento, String uri, String local)
          Deprecated.  
protected  Object ContentHandlerEx.spawnChildFromText(Class clazz, int memento, String value)
          Deprecated.  
protected  void ContentHandlerEx.spawnSuperClassFromEnterAttribute(ContentHandlerEx unm, int memento, String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.spawnSuperClassFromEnterElement(ContentHandlerEx unm, int memento, String uri, String local, Attributes atts)
          Deprecated.  
protected  void ContentHandlerEx.spawnSuperClassFromFromText(ContentHandlerEx unm, int memento, String value)
          Deprecated.  
protected  void ContentHandlerEx.spawnSuperClassFromLeaveAttribute(ContentHandlerEx unm, int memento, String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.spawnSuperClassFromLeaveElement(ContentHandlerEx unm, int memento, String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.spawnSuperClassFromText(ContentHandlerEx unm, int memento, String text)
          Deprecated.  
protected  Element ContentHandlerEx.spawnWildcard(int memento, String uri, String local, Attributes atts)
          Deprecated.  
 void UnmarshallingEventHandler.text(String s)
          Deprecated.  
 void ContentHandlerEx.text(String s)
          Deprecated.  
 void ContentHandlerExAdaptor.text(String s)
          Deprecated.  
protected  void ContentHandlerEx.unexpectedEnterAttribute(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.unexpectedEnterElement(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.unexpectedLeaveAttribute(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.unexpectedLeaveChild()
          Deprecated.  
protected  void ContentHandlerEx.unexpectedLeaveElement(String uri, String local)
          Deprecated.  
protected  void ContentHandlerEx.unexpectedText(String str)
          Deprecated.  
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.