package ch.retorte.intervalmusiccompositor.commons.platform; /** * @author nw */ public class PlatformNotFoundException extends RuntimeException { public PlatformNotFoundException(String message) { super(message); } private static final long serialVersionUID = 1L; }