Package com.mchange.lang
Class PotentiallySecondaryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mchange.lang.PotentiallySecondaryException
-
- All Implemented Interfaces:
PotentiallySecondary
,java.io.Serializable
- Direct Known Subclasses:
MalformedCsvException
,UnreliableIteratorException
,XmlPropsException
public class PotentiallySecondaryException extends java.lang.Exception implements PotentiallySecondary
Deprecated.jdk 1.4 mow includes this idea as part of the standard Throwable/Exception classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PotentiallySecondaryException()
Deprecated.PotentiallySecondaryException(java.lang.String msg)
Deprecated.PotentiallySecondaryException(java.lang.String msg, java.lang.Throwable t)
Deprecated.PotentiallySecondaryException(java.lang.Throwable t)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Throwable
getNestedThrowable()
Deprecated.void
printStackTrace()
Deprecated.void
printStackTrace(java.io.PrintStream ps)
Deprecated.void
printStackTrace(java.io.PrintWriter pw)
Deprecated.
-
-
-
Constructor Detail
-
PotentiallySecondaryException
public PotentiallySecondaryException(java.lang.String msg, java.lang.Throwable t)
Deprecated.
-
PotentiallySecondaryException
public PotentiallySecondaryException(java.lang.Throwable t)
Deprecated.
-
PotentiallySecondaryException
public PotentiallySecondaryException(java.lang.String msg)
Deprecated.
-
PotentiallySecondaryException
public PotentiallySecondaryException()
Deprecated.
-
-
Method Detail
-
getNestedThrowable
public java.lang.Throwable getNestedThrowable()
Deprecated.- Specified by:
getNestedThrowable
in interfacePotentiallySecondary
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
Deprecated.- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
Deprecated.- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
Deprecated.- Overrides:
printStackTrace
in classjava.lang.Throwable
-
-