Uses of Class
com.jeamy.jascom.exceptions.JascomException

Packages that use JascomException
com.jeamy.jascom   
com.jeamy.jascom.exceptions   
com.jeamy.jascom.wrap   
 

Uses of JascomException in com.jeamy.jascom
 

Methods in com.jeamy.jascom that throw JascomException
 AlignmentModes TelescopeProperties.alignmentMode()
           
 PierSide Telescope.destinationSideOfPier(double rightAscension, double declination)
          destinationSideOfPier
 EquatorialCoordinateType TelescopeProperties.equatorialSystem()
           
 ShutterState DomeProperties.shutterStatus()
           
 PierSide TelescopeProperties.sideOfPier()
           
 DriveRates TelescopeProperties.trackingRate()
           
 

Uses of JascomException in com.jeamy.jascom.exceptions
 

Constructors in com.jeamy.jascom.exceptions with parameters of type JascomException
JascomException(JascomException jax)
           
 

Uses of JascomException in com.jeamy.jascom.wrap
 

Methods in com.jeamy.jascom.wrap that throw JascomException
static AlignmentModes AlignmentModes.getAlignmentModes(int type)
           
static DriveRates DriveRates.getDriveRates(int type)
           
static EquatorialCoordinateType EquatorialCoordinateType.getEquatorialCoordinateType(int type)
           
static GuideDirections GuideDirections.getGuideDirections(int type)
           
static PierSide PierSide.getPierSide(int type)
           
static ShutterState ShutterState.getShutterState(int type)
           
static TelescopeAxes TelescopeAxes.getTelescopeAxes(int type)