Remove Dwarf2 restriction on EH frame generation
[official-gcc.git] / libjava / java / awt / Graphics.java
blob8b11f812113ed4043b7880622111eddba07deba1
1 /* Copyright (C) 2000 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
9 package java.awt;
11 /**
12 * @author Warren Levy <warrenl@cygnus.com>
13 * @date March 15, 2000.
16 /**
17 * Written using on-line Java Platform 1.2 API Specification, as well
18 * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
19 * Status: Stubbed; A very incomplete placeholder.
22 public abstract class Graphics extends Object
24 protected Graphics()
26 super(); // ???
27 throw new Error ("java.awt.Graphics: not implemented");