com.spss.psapi.transform

Class InvalidEditException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidEditException
    extends PredictiveServerException
    An exception thrown when an invalid attempt is made to edit the links between two or more nodes.

    No message string is set for this exception.

    Since:
    PSAPI 1.0
    Version:
    1.1
    Author:
    Julian Clinton
    See Also:
    ProcessorDiagram, Serialized Form
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ProcessorDiagram getProcessorDiagram()
      Returns the ProcessorDiagram that generated the exception.
      ProcessorStream getProcessorStream()
      Deprecated. 
      since PSAPI 1.2
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • InvalidEditException

        public InvalidEditException(java.lang.String message,
                            ProcessorDiagram diagram)
        Creates an InvalidEditException.
        Parameters:
        diagram - the ProcessorDiagram that generated the exception
        Since:
        PSAPI 1.2
    • Method Detail

      • getProcessorDiagram

        public ProcessorDiagram getProcessorDiagram()
        Returns the ProcessorDiagram that generated the exception.
        Returns:
        the the ProcessorDiagram that generated the exception
        Since:
        PSAPI 1.2
      • getProcessorStream

        public ProcessorStream getProcessorStream()
        Deprecated. since PSAPI 1.2
        Returns the ProcessorStream that generated the exception.
        Returns:
        the ProcessorStream that generated the exception
        See Also:
        getProcessorDiagram()

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.