NoSuchXmlDisassemblerException Class

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

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.


Hierarchy
Object
  Throwable
    Exception
      TransformException
        XmlDisassemblerException
          NoSuchXmlDisassemblerException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchXmlDisassemblerException(String s, Throwable throwable)

NoSuchXmlDisassemblerException(String s)

NoSuchXmlDisassemblerException(Throwable throwable)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

NoSuchXmlDisassemblerException

public NoSuchXmlDisassemblerException(String s, 
                                      Throwable throwable)

NoSuchXmlDisassemblerException

public NoSuchXmlDisassemblerException(String s)

NoSuchXmlDisassemblerException

public NoSuchXmlDisassemblerException(Throwable throwable)