Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.icons
Class OracleIcons.IconNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.javatools.icons.OracleIcons.IconNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OracleIcons

public static final class OracleIcons.IconNotFoundException
extends java.lang.RuntimeException

An unchecked exception indicating that an icon was not found during a call to OracleIcons.getIcon(String). This can be thrown for a number of reasons: the key does not match one of the constants on this class, the resource pointed to by the key does not exist in the jar or classpath.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.