com.mchange.lang
Class PotentiallySecondaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.lang.PotentiallySecondaryException
All Implemented Interfaces:
PotentiallySecondary, Serializable
Direct Known Subclasses:
MalformedCsvException, UnreliableIteratorException, XmlPropsException

Deprecated. jdk 1.4 mow includes this idea as part of the standard Throwable/Exception classes.

public class PotentiallySecondaryException
extends Exception
implements PotentiallySecondary

See Also:
Serialized Form

Constructor Summary
PotentiallySecondaryException()
          Deprecated.  
PotentiallySecondaryException(String msg)
          Deprecated.  
PotentiallySecondaryException(String msg, Throwable t)
          Deprecated.  
PotentiallySecondaryException(Throwable t)
          Deprecated.  
 
Method Summary
 Throwable getNestedThrowable()
          Deprecated.  
 void printStackTrace()
          Deprecated.  
 void printStackTrace(PrintStream ps)
          Deprecated.  
 void printStackTrace(PrintWriter pw)
          Deprecated.  
 
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

PotentiallySecondaryException

public PotentiallySecondaryException(String msg,
                                     Throwable t)
Deprecated. 

PotentiallySecondaryException

public PotentiallySecondaryException(Throwable t)
Deprecated. 

PotentiallySecondaryException

public PotentiallySecondaryException(String msg)
Deprecated. 

PotentiallySecondaryException

public PotentiallySecondaryException()
Deprecated. 
Method Detail

getNestedThrowable

public Throwable getNestedThrowable()
Deprecated. 
Specified by:
getNestedThrowable in interface PotentiallySecondary

printStackTrace

public void printStackTrace(PrintWriter pw)
Deprecated. 
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Deprecated. 
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace()
Deprecated. 
Overrides:
printStackTrace in class Throwable