com.jeamy.jascom.exceptions
Class JascomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jeamy.jascom.exceptions.JascomException
All Implemented Interfaces:
java.io.Serializable

public class JascomException
extends java.lang.Exception

Title: JASCOM: Ascom for Java

Description: Java to Ascom Wrapper

Copyright: Copyright (c) 2004

Company: EOAUI

Version:
ALPHA 2
Author:
Jeamy Lee
See Also:
Serialized Form

Field Summary
static int E_ALIGN_NOT_SUPPORTED
           
static java.lang.String E_ALIGN_NOT_SUPPORTED_S
           
static int E_AXIS_NOT_SUPPORTED
           
static java.lang.String E_AXIS_NOT_SUPPORTED_S
           
static int E_COORD_NOT_SUPPORTED
           
static java.lang.String E_COORD_NOT_SUPPORTED_S
           
static int E_DIR_NOT_SUPPORTED
           
static java.lang.String E_DIR_NOT_SUPPORTED_S
           
static int E_DRIVER_RATE_NOT_SUPPORTED
           
static java.lang.String E_DRIVER_RATE_NOT_SUPPORTED_S
           
static int E_FIRST
           
static java.lang.String E_FIRST_S
           
static int E_GUIDE_DIR_NOT_SUPPORTED
           
static java.lang.String E_GUIDE_DIR_NOT_SUPPORTED_S
           
static int E_PIER_NOT_SUPPORTED
           
static java.lang.String E_PIER_NOT_SUPPORTED_S
           
static int E_RATE_NOT_SUPPORTED
           
static java.lang.String E_RATE_NOT_SUPPORTED_S
           
static int E_SHUTTER_NOT_SUPPORTED
           
static java.lang.String E_SHUTTER_NOT_SUPPORTED_S
           
protected  java.lang.Integer error
           
protected  java.lang.String error_string
           
(package private) static long serialVersionUID
           
 
Constructor Summary
JascomException()
           
JascomException(int error, java.lang.String error_string)
           
JascomException(JascomException jax)
           
 
Method Summary
 int getError()
           
 java.lang.String getErrorString()
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

E_FIRST_S

public static final java.lang.String E_FIRST_S
See Also:
Constant Field Values

E_FIRST

public static final int E_FIRST
See Also:
Constant Field Values

E_ALIGN_NOT_SUPPORTED_S

public static final java.lang.String E_ALIGN_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_ALIGN_NOT_SUPPORTED

public static final int E_ALIGN_NOT_SUPPORTED
See Also:
Constant Field Values

E_DRIVER_RATE_NOT_SUPPORTED_S

public static final java.lang.String E_DRIVER_RATE_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_DRIVER_RATE_NOT_SUPPORTED

public static final int E_DRIVER_RATE_NOT_SUPPORTED
See Also:
Constant Field Values

E_COORD_NOT_SUPPORTED_S

public static final java.lang.String E_COORD_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_COORD_NOT_SUPPORTED

public static final int E_COORD_NOT_SUPPORTED
See Also:
Constant Field Values

E_DIR_NOT_SUPPORTED_S

public static final java.lang.String E_DIR_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_DIR_NOT_SUPPORTED

public static final int E_DIR_NOT_SUPPORTED
See Also:
Constant Field Values

E_PIER_NOT_SUPPORTED_S

public static final java.lang.String E_PIER_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_PIER_NOT_SUPPORTED

public static final int E_PIER_NOT_SUPPORTED
See Also:
Constant Field Values

E_RATE_NOT_SUPPORTED_S

public static final java.lang.String E_RATE_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_RATE_NOT_SUPPORTED

public static final int E_RATE_NOT_SUPPORTED
See Also:
Constant Field Values

E_SHUTTER_NOT_SUPPORTED_S

public static final java.lang.String E_SHUTTER_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_SHUTTER_NOT_SUPPORTED

public static final int E_SHUTTER_NOT_SUPPORTED
See Also:
Constant Field Values

E_AXIS_NOT_SUPPORTED_S

public static final java.lang.String E_AXIS_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_AXIS_NOT_SUPPORTED

public static final int E_AXIS_NOT_SUPPORTED
See Also:
Constant Field Values

E_GUIDE_DIR_NOT_SUPPORTED_S

public static final java.lang.String E_GUIDE_DIR_NOT_SUPPORTED_S
See Also:
Constant Field Values

E_GUIDE_DIR_NOT_SUPPORTED

public static final int E_GUIDE_DIR_NOT_SUPPORTED
See Also:
Constant Field Values

error_string

protected java.lang.String error_string

error

protected java.lang.Integer error
Constructor Detail

JascomException

public JascomException()

JascomException

public JascomException(int error,
                       java.lang.String error_string)
Parameters:
error - int
error_string - String

JascomException

public JascomException(JascomException jax)
Parameters:
jax - JAscomException
Method Detail

getErrorString

public java.lang.String getErrorString()
Returns:
String

getError

public int getError()
Returns:
int