com.metsci.glimpse.axis
Class AxisNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.metsci.glimpse.axis.AxisNotSetException
All Implemented Interfaces:
java.io.Serializable

public class AxisNotSetException
extends java.lang.RuntimeException

An exception thrown when a GlimpsePainter or AxisMouseListener attempts to retrieve the Axis1D for a GlimpseAxisLayout1D whose associated Axis1D has not yet been set.

Author:
ulman
See Also:
Serialized Form

Constructor Summary
AxisNotSetException()
           
AxisNotSetException(GlimpseContext context)
           
AxisNotSetException(GlimpsePainter painter, GlimpseContext context)
           
AxisNotSetException(GlimpsePainter painter, GlimpseTargetStack stack)
           
AxisNotSetException(GlimpseTargetStack stack)
           
AxisNotSetException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisNotSetException

public AxisNotSetException()

AxisNotSetException

public AxisNotSetException(GlimpseContext context)

AxisNotSetException

public AxisNotSetException(GlimpsePainter painter,
                           GlimpseContext context)

AxisNotSetException

public AxisNotSetException(GlimpseTargetStack stack)

AxisNotSetException

public AxisNotSetException(GlimpsePainter painter,
                           GlimpseTargetStack stack)

AxisNotSetException

public AxisNotSetException(java.lang.String message)


Copyright © 2012 Metron, Inc.. All Rights Reserved.