Package org.databene.commons

Examples of org.databene.commons.ProgrammerError


    else if (constraint instanceof DBForeignKeyConstraint)
      return ChangeSeverity.EASE;
    else if (constraint instanceof DBCheckConstraint)
      return ChangeSeverity.RESTRICTION;
    else
      throw new ProgrammerError("Unexpected constraint type: " + constraint);
  }
View Full Code Here


    else if (constraint instanceof DBForeignKeyConstraint)
      return ChangeSeverity.RESTRICTION;
    else if (constraint instanceof DBCheckConstraint)
      return ChangeSeverity.RESTRICTION;
    else
      throw new ProgrammerError("Unexpected constraint type: " + constraint);
  }
View Full Code Here

TOP

Related Classes of org.databene.commons.ProgrammerError

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.