001 package net.sourceforge.retroweaver.runtime.java.util; 002 003 public class IllegalFormatException extends IllegalArgumentException { 004 005 }