001/* 002 * To change this template, choose Tools | Templates 003 * and open the template in the editor. 004 */ 005 006package org.jblas.exceptions; 007 008/** 009 * 010 */ 011public class LapackPositivityException extends LapackException { 012 public LapackPositivityException(String fct, String msg) { 013 super(fct, msg); 014 } 015}