Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.style
Class PropertyParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--oracle.cabo.style.PropertyParseException
All Implemented Interfaces:
java.io.Serializable

public class PropertyParseException
extends java.lang.IllegalArgumentException

Exception thrown by PropertyParser.

See Also:
Serialized Form

Constructor Summary
PropertyParseException()
          Creates a PropertyParseException with no message.
PropertyParseException(java.lang.String message)
          Creates a PropertyParseException with a message.
 
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

PropertyParseException

public PropertyParseException()
Creates a PropertyParseException with no message.

PropertyParseException

public PropertyParseException(java.lang.String message)
Creates a PropertyParseException with a message.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.