com.bea.netuix.application.transform.disassembler
Class NoSuchXmlDisassemblerException
java.lang.Object
  
TransformException
      
com.bea.netuix.application.transform.disassembler.XmlDisassemblerException
          
com.bea.netuix.application.transform.disassembler.NoSuchXmlDisassemblerException
public class NoSuchXmlDisassemblerException
- extends XmlDisassemblerException
 
This exception is thrown when a given element type has no corresponding XmlDisassembler.
 For example, Book elements are disassembled to an XML view via the BookXmlDisassembler.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NoSuchXmlDisassemblerException
public NoSuchXmlDisassemblerException(String s)
NoSuchXmlDisassemblerException
public NoSuchXmlDisassemblerException(String s,
                                      Throwable throwable)
NoSuchXmlDisassemblerException
public NoSuchXmlDisassemblerException(Throwable throwable)
Copyright © 2011, Oracle. All rights reserved.