package com.misgod.pdbreader.util; public class FormatNotSupportException extends RuntimeException { /** * */ private static final long serialVersionUID = 1L; String message; public FormatNotSupportException(String format){ } }