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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.netuix.application.transform.TransformException
              extended by com.bea.netuix.application.transform.disassembler.XmlDisassemblerException
All Implemented Interfaces
Serializable
Direct Known Subclasses:
NoSuchXmlDisassemblerException

public class XmlDisassemblerException
extends com.bea.netuix.application.transform.TransformException

Class to represent an unspecified exception that happened while disassembling a portal xml file.

See Also
Serialized Form

Constructor Summary
XmlDisassemblerException(String s)
           
XmlDisassemblerException(String s, Throwable throwable)
           
XmlDisassemblerException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlDisassemblerException

public XmlDisassemblerException(String s)

XmlDisassemblerException

public XmlDisassemblerException(String s,
                                Throwable throwable)

XmlDisassemblerException

public XmlDisassemblerException(Throwable throwable)


Copyright © 2008 BEA Systems, Inc. All Rights Reserved