Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dacf.style.StyleManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidStyleException, StyleCastException, StyleIOException, StyleNotFoundException

public abstract class StyleManagerException
extends java.lang.Exception

The StyleManagerException class is the base class for all oracle.dacf.style exceptions Exceptions. This class cannot be used directly, rather it will be sub-classed to produce appropriate exceptions.

Version:
PUBLIC
See Also:
Serialized Form

Constructor Summary
StyleManagerException(java.lang.String message)
          Construct a StyleManagerException.
 
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
 

Constructor Detail

StyleManagerException

public StyleManagerException(java.lang.String message)
Construct a StyleManagerException.
Note: All oracle.dacf.style exceptions sub-class this class, and therefore oracle.dacf.styleException is never instantiated directly.

Parameters:
message - the exception message string.

Oracle Data-aware Controls Reference

 

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