org.stellarium
Class StellariumException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.stellarium.StellariumException
All Implemented Interfaces:
java.io.Serializable

public class StellariumException
extends java.lang.RuntimeException

An exception that denotes a Stellarium for Java error.

Version:
$revision$
Author:
Jerome Beau
See Also:
Serialized Form

Constructor Summary
StellariumException()
           
StellariumException(java.lang.String string)
           
StellariumException(java.lang.String string, java.lang.Throwable throwable)
           
StellariumException(java.lang.Throwable throwable)
           
 
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

StellariumException

public StellariumException()

StellariumException

public StellariumException(java.lang.String string)

StellariumException

public StellariumException(java.lang.String string,
                           java.lang.Throwable throwable)

StellariumException

public StellariumException(java.lang.Throwable throwable)