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.ThrowablegetNestedThrowable()Deprecated.voidprintStackTrace()Deprecated.voidprintStackTrace(java.io.PrintStream ps)Deprecated.voidprintStackTrace(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:
getNestedThrowablein interfacePotentiallySecondary
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
Deprecated.- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
Deprecated.- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
Deprecated.- Overrides:
printStackTracein classjava.lang.Throwable
-
-