The R Project SVN R

Rev

Rev 75260 | Rev 78028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75260 Rev 76263
Line 54... Line 54...
54
simpleCondition(message, call = NULL)
54
simpleCondition(message, call = NULL)
55
simpleError    (message, call = NULL)
55
simpleError    (message, call = NULL)
56
simpleWarning  (message, call = NULL)
56
simpleWarning  (message, call = NULL)
57
simpleMessage  (message, call = NULL)
57
simpleMessage  (message, call = NULL)
58
 
58
 
59
errorCondition(msg, ..., class = NULL, call = NULL)
59
errorCondition(message, ..., class = NULL, call = NULL)
60
warningCondition(msg, ..., class = NULL, call = NULL)
60
warningCondition(message, ..., class = NULL, call = NULL)
61
 
61
 
62
\method{as.character}{condition}(x, \dots)
62
\method{as.character}{condition}(x, \dots)
63
\method{as.character}{error}(x, \dots)
63
\method{as.character}{error}(x, \dots)
64
\method{print}{condition}(x, \dots)
64
\method{print}{condition}(x, \dots)
65
\method{print}{restart}(x, \dots)
65
\method{print}{restart}(x, \dots)