XML Deployment Adapters

com.stylusstudio.xmlpipeline.runtime
Class PipelineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.stylusstudio.xmlpipeline.runtime.PipelineException
All Implemented Interfaces:
Serializable

public class PipelineException
extends Exception

All errors from the Stylus Studio XML Pipeline java runtime are reported as instances of this exception.

See Also:
Serialized Form

Constructor Summary
PipelineException(String msg)
          Constructs a new exception with the specified detail message.
PipelineException(String msg, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
Method Summary
 String getMessage()
          Get the detail message for this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PipelineException

public PipelineException(String msg)
Constructs a new exception with the specified detail message.


PipelineException

public PipelineException(String msg,
                         Throwable cause)
Constructs a new exception with the specified detail message and cause.

Method Detail

getMessage

public String getMessage()
Get the detail message for this exception.



XML Deployment Adapters