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