/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
@test
@bug 7040577
@library ../../../regtesthelpers
@build Sysout
@summary Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
@author andrei dmitriev: area=awt.headless
*/
public class ExceptionContract {
private static boolean passed = false;
//Case1
try{
} catch (HeadlessException he){
passed = true;
}
if (!passed){
throw new RuntimeException("Tk.getLockingKeyState() didn't throw HeadlessException while in the headless mode.");
}
passed = false;
//Case2
try{
} catch (HeadlessException he){
passed = true;
}
if (!passed){
throw new RuntimeException("Tk.setLockingKeyState() didn't throw HeadlessException while in the headless mode.");
}
passed = false;
//Case3
try{
new _Toolkit().createCustomCursor(new BufferedImage(16, 16, BufferedImage.TYPE_INT_RGB), new Point(0,0), "Custom cursor");
} catch (HeadlessException he){
passed = true;
}
if (!passed){
throw new RuntimeException("Tk.createCustomCursor(args) didn't throw HeadlessException while in the headless mode.");
}
}
{
}
}
return super.getLockingKeyState(keyCode);
}
return;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
return null;
}
protected CheckboxMenuItemPeer createCheckboxMenuItem(CheckboxMenuItem target) throws HeadlessException {
return null;
}
return null;
}
return null;
}
return 0;
}
return null;
}
return new String[0];
}
return null;
}
public void sync() {
}
return null;
}
return null;
}
return null;
}
return null;
}
return false;
}
return 0;
}
return null;
}
return null;
}
return null;
}
public void beep() {
}
return null;
}
return null;
}
public DragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException {
return null;
}
return false;
}
return false;
}
public Map<TextAttribute, ?> mapInputMethodHighlight(InputMethodHighlight highlight) throws HeadlessException {
return null;
}
}
}