| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception de.progra.charting.model.JDBCPlotterException
JDBCPlotterException | public class JDBCPlotterException extends java.lang.Exception (Code) | | This class encapsulates all JDBCPlotter exceptions.
author: mueller |
Method Summary | |
public Throwable | getCause() Returns the Throwable that caused the Exception to be thrown. |
JDBCPlotterException | public JDBCPlotterException()(Code) | | Creates a new instance of JDBCPlotterException without detail message.
|
JDBCPlotterException | public JDBCPlotterException(String msg)(Code) | | Constructs an instance of JDBCPlotterException with the specified detail message.
Parameters: msg - the detail message. |
JDBCPlotterException | public JDBCPlotterException(String msg, Throwable cause)(Code) | | Constructs an instance of JDBCPlotterException with the specified detail message
and the specified cause.
Parameters: msg - the detail message. Parameters: cause - the Throwable that caused this Exception |
getCause | public Throwable getCause()(Code) | | Returns the Throwable that caused the Exception to be thrown.
|
|
|
|