com.ibm.streams.operator

Class DataException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.streams.operator.DataException
  • All Implemented Interfaces:
    java.io.Serializable


    public class DataException
    extends java.lang.RuntimeException
    This is an exception that is thrown by Java primitive operators when an error condition is found when processing input tuples. This exception is automatically caught by the SPL runtime when the parameter exception of the @catch annotation is parameterized with spl, std, or all.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String IBM_COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataException()
      Constructs a DataException.
      DataException(java.lang.String message)
      Constructs a DataException with the specified message.
      DataException(java.lang.String message, java.lang.Throwable cause)
      Constructs a DataException with the specified message and cause.
    • Method Summary

      • 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

      • DataException

        public DataException()
        Constructs a DataException.
      • DataException

        public DataException(java.lang.String message)
        Constructs a DataException with the specified message.
        Parameters:
        message - exception detailed message
      • DataException

        public DataException(java.lang.String message,
                     java.lang.Throwable cause)
        Constructs a DataException with the specified message and cause.
        Parameters:
        message - exception detailed message
        cause - exception cause