S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusBadDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.insightful.splus.SplusException
              extended by com.insightful.splus.SplusBadDataException
All Implemented Interfaces:
Serializable

public class SplusBadDataException
extends SplusException

Exception indicating that an SplusDataResult was queried for an unavailable type of data.

See Also:
Serialized Form

Constructor Summary
SplusBadDataException()
           
SplusBadDataException(String s)
          Create an exception with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SplusBadDataException

public SplusBadDataException()

SplusBadDataException

public SplusBadDataException(String s)
Create an exception with the specified message.


S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.