|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jigcell.compare.plotter.PlotException
public class PlotException
Exception type for errors encountered when attempting to plot.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Constructor Summary | |
|---|---|
PlotException()
|
|
PlotException(java.lang.String message)
|
|
PlotException(java.lang.String message,
java.lang.Throwable cause)
|
|
PlotException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlotException()
public PlotException(java.lang.String message)
public PlotException(java.lang.Throwable cause)
public PlotException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||