com.pmstation.spss
Class BufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pmstation.spss.BufferOverflowException
All Implemented Interfaces:
java.io.Serializable

public class BufferOverflowException
extends java.lang.Exception

Signals that an SPSS buffer adding data has occurred. It can occur when maximum buffer length variable set in too low value.

Since:
JDK1.0, JDK1.0
Version:
1.11, 07/28/03
Author:
Andrew Petrik from pmStation, Inc.
See Also:
SPSSWriter, Serialized Form

Constructor Summary
BufferOverflowException()
           
BufferOverflowException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException()

BufferOverflowException

public BufferOverflowException(java.lang.String msg)


Copyright © 2003-2004 pmStation.com. All Rights Reserved.