Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

oracle.xml.pipeline.controller
Class PipelineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.xml.pipeline.controller.PipelineException
All Implemented Interfaces:
java.io.Serializable

public class PipelineException
extends java.lang.Exception
See Also:
Serialized Form

Method Summary
 java.lang.String getExceptionType()
          Get the type of the exception
 java.lang.String getProcessId()
          Get the Pipeline Process id where the exception is occuring

 

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

 

Method Detail

getExceptionType

public java.lang.String getExceptionType()
Get the type of the exception
Returns:
String

getProcessId

public java.lang.String getProcessId()
Get the Pipeline Process id where the exception is occuring
Returns:
String process id attribute

Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

Copyright © 2003, Oracle. All Rights Reserved.