com.bea.netuix.application.transform.disassembler
Class NoSuchXmlDisassemblerException

java.lang.Object
  extended by TransformException
      extended by com.bea.netuix.application.transform.disassembler.XmlDisassemblerException
          extended by 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.


Constructor Summary
NoSuchXmlDisassemblerException(String s)
           
NoSuchXmlDisassemblerException(String s, Throwable throwable)
           
NoSuchXmlDisassemblerException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSuchXmlDisassemblerException

public NoSuchXmlDisassemblerException(String s)

NoSuchXmlDisassemblerException

public NoSuchXmlDisassemblerException(String s,
                                      Throwable throwable)

NoSuchXmlDisassemblerException

public NoSuchXmlDisassemblerException(Throwable throwable)


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.