net.aerith.misao.util.star
Class UnsupportedStarClassException

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

public class UnsupportedStarClassException
extends java.lang.Exception

The UnsupportedMagnitudeSystemException is an exception thrown if the specified star class is not supported by the catalog.

See Also:
Serialized Form

Field Summary
protected  CatalogStar star
          The unsupported star object.
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnsupportedStarClassException(CatalogStar star)
          Constructs an UnsupportedStarClassException.
 
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
 

Field Detail

star

protected CatalogStar star
The unsupported star object.
Constructor Detail

UnsupportedStarClassException

public UnsupportedStarClassException(CatalogStar star)
Constructs an UnsupportedStarClassException.
Parameters:
star - the unsupported star object.