jsky.timeline
Class IllegalNodePositionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jsky.timeline.IllegalNodePositionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalNodePositionException
extends java.lang.Exception

An exception that gets thrown when a time line node is set to an illegal position.

This code was developed by NASA, Goddard Space Flight Center, Code 588 for the Scientist's Expert Assistant (SEA) project.

Version:
06/23/99
Author:
M. Fishman / 588
See Also:
Serialized Form

Constructor Summary
IllegalNodePositionException()
          Constructs an Exception with no specified detail message
IllegalNodePositionException(java.lang.String message)
          Constructs an Exception with the specified detail 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalNodePositionException

public IllegalNodePositionException()
Constructs an Exception with no specified detail message


IllegalNodePositionException

public IllegalNodePositionException(java.lang.String message)
Constructs an Exception with the specified detail message

Parameters:
message - the detail message