Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleCastException

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

public class StyleCastException
extends StyleManagerException

The StyleIOException class is thrown when a component tries to use a using properties that are not valid for this component.

Version:
PUBLIC
See Also:
Serialized Form

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

StyleCastException

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

Oracle Data-aware Controls Reference