/* Can't throw what the overridden method doesn't. */
public class PR20312
{
  public String toString( ) throws java.io.IOException
  {
    return "SNAFU";
  }
}


syntax highlighted by Code2HTML, v. 0.9.1