public abstract class TemplatedViolatedConstraintNameExtracter extends Object implements ViolatedConstraintNameExtracter
Constructor and Description |
---|
TemplatedViolatedConstraintNameExtracter() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
doExtractConstraintName(SQLException sqle) |
String |
extractConstraintName(SQLException sqle)
Extract the name of the violated constraint from the given SQLException.
|
protected String |
extractUsingTemplate(String templateStart,
String templateEnd,
String message)
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).
|
public TemplatedViolatedConstraintNameExtracter()
public String extractConstraintName(SQLException sqle)
ViolatedConstraintNameExtracter
extractConstraintName
in interface ViolatedConstraintNameExtracter
sqle
- The exception that was the result of the constraint violation.protected abstract String doExtractConstraintName(SQLException sqle) throws NumberFormatException
NumberFormatException
protected String extractUsingTemplate(String templateStart, String templateEnd, String message)
templateStart
- The pattern denoting the start of the constraint name within the message.templateEnd
- The pattern denoting the end of the constraint name within the message.message
- The templated error message containing the constraint name.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.