com.jeamy.jascom.exceptions
Class JascomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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
JascomException
public JascomException()
JascomException
public JascomException(int error,
java.lang.String error_string)
- Parameters:
error
- interror_string
- String
JascomException
public JascomException(JascomException jax)
- Parameters:
jax
- JAscomException
getErrorString
public java.lang.String getErrorString()
- Returns:
- String
getError
public int getError()
- Returns:
- int