jigcell.compare.plotter
Class PlotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jigcell.compare.plotter.PlotException
All Implemented Interfaces:
java.io.Serializable

public class PlotException
extends java.lang.Exception

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.

Author:
Nicholas Allen
See Also:
Serialized Form

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

PlotException

public PlotException()

PlotException

public PlotException(java.lang.String message)

PlotException

public PlotException(java.lang.Throwable cause)

PlotException

public PlotException(java.lang.String message,
                     java.lang.Throwable cause)