p

cloudflow

extractor

package extractor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ConstructorFailure(streamletClass: Class[_], error: Throwable) extends StreamletScannerException with Product with Serializable
  2. final case class ConstructorMissing(streamletClass: Class[_]) extends StreamletScannerException with Product with Serializable
  3. final case class DescriptorMethodFailure(streamletClass: Class[_], error: Throwable) extends StreamletScannerException with Product with Serializable
  4. final case class DescriptorMethodMissing(streamletClass: Class[_]) extends StreamletScannerException with Product with Serializable
  5. sealed abstract class StreamletScannerException extends RuntimeException with NoStackTrace

    An exception hierarchy to provide feedback to the user that there is an issue with how the Streamlet is defined.

Value Members

  1. object DescriptorExtractor
  2. object Main
  3. object StreamletScanner
  4. object StreamletScannerException extends Serializable

Ungrouped