com.insightful.splus
Class SplusLogin.SplusLoginFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.insightful.splus.SplusLogin.SplusLoginFatalException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SplusLogin
- public class SplusLogin.SplusLoginFatalException
- extends Exception
More severe exception class thrown by newSession.
The standard GUI considers these "fatal" errors and calls
system.exit. However these errors are not really fatal;
code can certainly call newSession again and might succeed,
especially if the code passes in better parameters.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SplusLogin.SplusLoginFatalException
public SplusLogin.SplusLoginFatalException(String strMessage)
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.