net.aerith.misao.util
Class UnsupportedMagnitudeSystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aerith.misao.util.UnsupportedMagnitudeSystemException

public class UnsupportedMagnitudeSystemException
extends java.lang.Exception

The UnsupportedMagnitudeSystemException is an exception thrown if the specified magnitude system is not supported by the catalog, or no magnitude data is recorded in the catalog for the star object.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnsupportedMagnitudeSystemException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

UnsupportedMagnitudeSystemException

public UnsupportedMagnitudeSystemException()