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