exceptions
Class NoAxisFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.NoAxisFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoAxisFoundException
extends java.lang.Exception

This exception is thrown when trying to get an axis at an x location where no axis is found.

See Also:
Serialized Form

Constructor Summary
NoAxisFoundException(int x)
          Instantiates a new NoAxisFound exception.
 
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

NoAxisFoundException

public NoAxisFoundException(int x)
Instantiates a new NoAxisFound exception.