InternalErrorException         package:R.oo         R Documentation

_I_n_t_e_r_n_a_l_E_r_r_o_r_E_x_c_e_p_t_i_o_n _r_e_p_r_e_s_e_n_t_s _i_n_t_e_r_n_a_l _e_r_r_o_r_s

_D_e_s_c_r_i_p_t_i_o_n:

     Package:  R.oo 
      *Class InternalErrorException*

     'Object'
      '~~|'
      '~~+--''try-error'
      '~~~~~~~|'
      '~~~~~~~+--''condition'
      '~~~~~~~~~~~~|'
      '~~~~~~~~~~~~+--''error'
      '~~~~~~~~~~~~~~~~~|'
      '~~~~~~~~~~~~~~~~~+--''simpleError'
      '~~~~~~~~~~~~~~~~~~~~~~|'
      '~~~~~~~~~~~~~~~~~~~~~~+--''Exception'
      '~~~~~~~~~~~~~~~~~~~~~~~~~~~|'
      '~~~~~~~~~~~~~~~~~~~~~~~~~~~+--''InternalErrorException'

     *Directly known subclasses:*


     public static class *InternalErrorException*
      extends Exception

     InternalErrorException represents internal errors that are likely
     to be due to implementation errors done by the author of a
     specific package and not because the user made an error. Errors
     that are due to unexpected input to functions etc falls under this
     error type.

_U_s_a_g_e:

     InternalErrorException(..., package=NULL)

_A_r_g_u_m_e_n_t_s:

     ...: Any arguments accepted by 'Exception'

 package: The name ('character' string) of the package where the error
          exists. Can also be a 'Package' object. If 'NULL', the source
          of the error is assumed to be unknown.

_F_i_e_l_d_s _a_n_d _M_e_t_h_o_d_s:

     *Methods:*

         'getMessage'  Gets the message of the exception.
         'getPackage'  Gets the suspicious package likely to contain an error.

     *Methods inherited from Exception*:
      as.character, getCall, getLastException, getMessage,
     getStackTrace, getWhen, print, printStackTrace, throw

     *Methods inherited from error*:
      as.character, throw

     *Methods inherited from condition*:
      as.character, conditionCall, conditionMessage, print

     *Methods inherited from Object*:
      $, $<-, [[, [[<-, as.character, attach, attachLocally,
     clearCache, clone, detach, equals, extend, finalize, gc,
     getEnvironment, getFields, getInstanciationTime,
     getStaticInstance, hasField, hashCode, ll, load, objectSize,
     print, save

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

_S_e_e _A_l_s_o:

     For detailed information about exceptions see 'Exception'.

