Package nzilbb.ag

Class TransformationException

    • Constructor Detail

      • TransformationException

        public TransformationException​(GraphTransformer transformer)
        Constructor.
        Parameters:
        transformer - The transformer rasing the exception.
      • TransformationException

        public TransformationException​(GraphTransformer transformer,
                                       String message)
        Constructor with message.
        Parameters:
        transformer - The transformer rasing the exception.
        message - The error message.
      • TransformationException

        public TransformationException​(GraphTransformer transformer,
                                       Throwable cause)
        Constructor with cause.
        Parameters:
        transformer - The transformer rasing the exception.
        cause - The root cause of the error.
      • TransformationException

        public TransformationException​(GraphTransformer transformer,
                                       String message,
                                       Throwable cause)
        Constructor with message and cause.
        Parameters:
        transformer - The transformer rasing the exception.
        message - The error message.
        cause - The root cause of the error.
    • Method Detail

      • getTransformer

        public GraphTransformer getTransformer()
        Getter for transformer: The transformer rasing the exception.
        Returns:
        The transformer rasing the exception.
      • setTransformer

        public TransformationException setTransformer​(GraphTransformer newTransformer)
        Setter for transformer: The transformer rasing the exception.
        Parameters:
        newTransformer - The transformer rasing the exception.