public class InvalidEditException extends PredictiveServerException
No message string is set for this exception.
ProcessorDiagram
,
Serialized FormConstructor and Description |
---|
InvalidEditException(java.lang.String message,
ProcessorDiagram diagram)
Creates an InvalidEditException.
|
Modifier and Type | Method and Description |
---|---|
ProcessorDiagram |
getProcessorDiagram()
Returns the
ProcessorDiagram that generated the exception. |
ProcessorStream |
getProcessorStream()
Deprecated.
since PSAPI 1.2
|
public InvalidEditException(java.lang.String message, ProcessorDiagram diagram)
diagram
- the ProcessorDiagram
that generated the exceptionpublic ProcessorDiagram getProcessorDiagram()
ProcessorDiagram
that generated the exception.ProcessorDiagram
that generated the exceptionpublic ProcessorStream getProcessorStream()
ProcessorStream
that generated the exception.ProcessorStream
that generated the exceptiongetProcessorDiagram()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.