JEphem site
jephem API
Build classes

tig
Class TigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tig.TigException
All Implemented Interfaces:
java.io.Serializable

public class TigException
extends java.lang.Exception

General Exception thrown by some methods package tig, meaning that an internal error has occured.

See Also:
Serialized Form

Constructor Summary
TigException(java.lang.String message)
           
 
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

TigException

public TigException(java.lang.String message)

JEphem site
jephem API
Build classes