com.teamkonzept.dom4jb
Class DOM4JBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.teamkonzept.dom4jb.DOM4JBException
All Implemented Interfaces:
Serializable

public class DOM4JBException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DOM4JBException()
          Creates new DOM4JBException
DOM4JBException(String msg)
          Creates new DOM4JBException
DOM4JBException(Throwable thrown)
           
 
Method Summary
 Throwable getException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream stream)
           
 void printStackTrace(PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOM4JBException

public DOM4JBException()
Creates new DOM4JBException


DOM4JBException

public DOM4JBException(String msg)
Creates new DOM4JBException


DOM4JBException

public DOM4JBException(Throwable thrown)
Method Detail

getException

public Throwable getException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream stream)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter writer)
Overrides:
printStackTrace in class Throwable


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.