org.apache.myfaces.trinidadinternal.style
Class PropertyParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.myfaces.trinidadinternal.style.PropertyParseException
All Implemented Interfaces:
java.io.Serializable

public class PropertyParseException
extends java.lang.IllegalArgumentException

Exception thrown by PropertyParser.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/PropertyParseException.java#0 $) $Date: 10-nov-2005.18:57:56 $
Author:
The Oracle ADF Faces Team
See Also:
Serialized Form

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

Constructor Detail

PropertyParseException

public PropertyParseException()
Creates a PropertyParseException with no message.


PropertyParseException

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



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.