com.metsci.glimpse.axis
Class AxisNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.