package java.util; public class FormatFlagsConversionMismatchException extends IllegalFormatException { private static final long serialVersionUID = 0L; public FormatFlagsConversionMismatchException(String a1, char a2) { throw new RuntimeException("skeleton method"); } public String getFlags() { throw new RuntimeException("skeleton method"); } public char getConversion() { throw new RuntimeException("skeleton method"); } public String getMessage() { throw new RuntimeException("skeleton method"); } }