[SAGA-RG] saga-ogf SVN commit 1279: /trunk/documents/saga-core/

ceriel at cs.vu.nl ceriel at cs.vu.nl
Tue Jun 22 08:51:05 CDT 2010


User: svn_ceriel
Date: 2010/06/22 08:51 AM

Modified:
 /trunk/documents/saga-core/
  saga_core_error.tex

Log:
 Added missing constructor for incorrect_type, removed useless \newpage

File Changes:

Directory: /trunk/documents/saga-core/
======================================

File [modified]: saga_core_error.tex
Delta lines: +1 -2
===================================================================
--- trunk/documents/saga-core/saga_core_error.tex	2010-06-20 19:28:05 UTC (rev 1278)
+++ trunk/documents/saga-core/saga_core_error.tex	2010-06-22 13:51:00 UTC (rev 1279)
@@ -97,6 +97,7 @@
     class already_exists        : extends saga::exception { }
     class does_not_exist        : extends saga::exception { }
     class incorrect_state       : extends saga::exception { }
++   class incorrect_type        : extends saga::exception { }
     class permission_denied     : extends saga::exception { }
     class authorization_failed  : extends saga::exception { }
     class authentication_failed : extends saga::exception { }
@@ -509,8 +510,6 @@
     thrown if a timed |wait()| or similar method times out. The latter is not an error condition
     and gets indicated by the method's return value.
  
-  \newpage
- 
     Examples:
  
     \begin{shortlist}



More information about the saga-rg mailing list