Class FITSWCS.exceptions.BadProjectionParameterException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FITSWCS.exceptions.BadProjectionParameterException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----FITSWCS.exceptions.FITSWCSException
                           |
                           +----FITSWCS.exceptions.ProjectionException
                                   |
                                   +----FITSWCS.exceptions.BadProjectionParameterException

public class BadProjectionParameterException
extends ProjectionException
Invalid projection parameter(s) provided. This exception is usually thrown by the constructor of a Projection object.

Constructor Index

 o BadProjectionParameterException(String)
 o BadProjectionParameterException()

Constructors

 o BadProjectionParameterException
  public BadProjectionParameterException(String s)
 o BadProjectionParameterException
  public BadProjectionParameterException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index