/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package eu.aniketos.spec; /** * * @author Administrator */ public class PolicyFormatException extends Exception { PolicyFormatException(String msg) { super(msg); } }