クラス
swisseph.SwissephException の使用

swisseph での SwissephException の使用
 

SwissephException をスローする swisseph のメソッド
 int SwissEph.calc(double jdET, int ipl, int iflag, double[] xx)
           
 double SwissEph.getFixstarMagnitude(java.lang.String star)
          Returns the magnitude (brightness) of a fixstar.
 double SwissEph.getFixstarMagnitude(java.lang.StringBuffer star)
          Returns the magnitude (brightness) of a fixstar.
 double[] SweDate.getJDfromUTC(int iyear, int imonth, int iday, int ihour, int imin, double dsec, boolean gregflag, boolean checkValidInput)
          Calculates the julian day numbers (TT (==ET) and UT1) from a given date.
 double SwissEph.getTransitET(TransitCalculator tc, double jdET, boolean backwards)
          Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
 double SwissEph.getTransitET(TransitCalculator tc, double jdET, boolean backwards, double jdLimit)
          Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
 double SwissEph.getTransitUT(TransitCalculator tc, double jdUT, boolean backwards)
          Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
 double SwissEph.getTransitUT(TransitCalculator tc, double jdUT, boolean backwards, double jdLimit)
          Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
protected  int SwissEph.swe_fixstar_mag(java.lang.StringBuffer star, double[] mag, java.lang.StringBuffer serr)
          Returns the magnitude (brightness) of a fixstar.