Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed #633 #648

Merged
merged 2 commits into from
Jan 12, 2018
Merged

fixed #633 #648

merged 2 commits into from
Jan 12, 2018

Conversation

paxtonhare
Copy link
Contributor

added the internals for marklogic/datahub-central#1180 because this task really needed it. Did not expose the stop on fail option to gradle or the UI

added the internals for #536 because this task really needed it. Did not expose the stop on fail option to gradle or the UI
@marklogic-builder
Copy link
Contributor

Can one of the admins verify this patch?

1 similar comment
@marklogic-builder
Copy link
Contributor

Can one of the admins verify this patch?

@@ -0,0 +1,8 @@
package com.marklogic.hub.error;

public class HarmonizeFlowError extends Exception {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error is actually a class in Java that is a subclass of Throwable. It's used to indicate "serious problems that a reasonable application should not try to catch" (link). Conversely, an Exception "indicates conditions that a reasonable application might want to catch".

This looks like it should be HarmonizeFlowException.

@paxtonhare paxtonhare merged commit f4eb64d into develop Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants