public class DataException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description |
java.lang.Throwable |
detail |
| Constructor and Description |
|---|
DataException() |
DataException(java.lang.String message) |
DataException(java.lang.String message, java.lang.Throwable ex) |
DataException(java.lang.Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace()
Prints the composite message to
System.err. |
void |
printStackTrace(java.io.PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream
ps. |
void |
printStackTrace(java.io.PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer
pw. |
java.lang.String |
toString() |
public java.lang.String description
public java.lang.Throwable detail
public DataException()
public DataException(java.lang.Throwable ex)
public DataException(java.lang.String message)
public DataException(java.lang.String message,
java.lang.Throwable ex)
public java.lang.String toString()
toString in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
ps.printStackTrace in class java.lang.Throwableps - the print streampublic void printStackTrace()
System.err.printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
pw.printStackTrace in class java.lang.Throwablepw - the print writer