Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dacf.style.StyleManagerException
                    |
                    +--oracle.dacf.style.StyleNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class StyleNotFoundException
extends StyleManagerException

The StyleNotFoundException class is thrown when a component tries to use a non-existing Style.

Version:
PUBLIC
See Also:
Serialized Form

Constructor Summary
StyleNotFoundException(java.lang.String message)
          Construct a StyleNotFoundException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleNotFoundException

public StyleNotFoundException(java.lang.String message)
Construct a StyleNotFoundException.
Parameters:
message - the exception message string.

Oracle Data-aware Controls Reference