Edit D:\app\Administrator\product\11.2.0\dbhome_1\ide\src\javax\ide\util\MissingIconException.java
/* * Copyright 2005 by Oracle USA * 500 Oracle Parkway, Redwood Shores, California, 94065, U.S.A. * All rights reserved. */ package javax.ide.util; /** * Exception thrown when IconDescription fails to find an icon. */ public final class MissingIconException extends Exception { public MissingIconException( String message ) { super( message ); } public MissingIconException( String message, Throwable cause ) { super( message, cause ); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de