HTML Parser Home Page

org.htmlparser.util
Class ChainedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.htmlparser.util.ChainedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParserException

public class ChainedException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable throwable
           
 
Constructor Summary
ChainedException()
           
ChainedException(java.lang.String message)
           
ChainedException(java.lang.String message, java.lang.Throwable throwable)
           
ChainedException(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String[] getMessageChain()
           
 java.util.Vector getMessageList()
           
 java.lang.Throwable getThrowable()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter out)
           
 
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
 

Field Detail

throwable

protected java.lang.Throwable throwable
Constructor Detail

ChainedException

public ChainedException()

ChainedException

public ChainedException(java.lang.String message)

ChainedException

public ChainedException(java.lang.Throwable throwable)

ChainedException

public ChainedException(java.lang.String message,
                        java.lang.Throwable throwable)
Method Detail

getMessageChain

public java.lang.String[] getMessageChain()

getMessageList

public java.util.Vector getMessageList()

getThrowable

public java.lang.Throwable getThrowable()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream out)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter out)
Overrides:
printStackTrace in class java.lang.Throwable

© 2005 Derrick Oswald
Dec 23, 2010

HTML Parser is an open source library released under LGPL. SourceForge.net