org.jfree.chart.axis
Class AxisNotCompatibleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jfree.chart.axis.AxisNotCompatibleException
All Implemented Interfaces:
java.io.Serializable

public class AxisNotCompatibleException
extends java.lang.RuntimeException

An exception that is generated when assigning an axis to a plot *if* the axis is not compatible with the plot type. For example, a CategoryAxis is not compatible with an XYPlot.

Author:
David Gilbert
See Also:
Serialized Form

Constructor Summary
AxisNotCompatibleException(java.lang.String message)
          Constructs a new exception.
 
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

AxisNotCompatibleException

public AxisNotCompatibleException(java.lang.String message)
Constructs a new exception.

Parameters:
message - a message describing the exception.