JSCAPE MFT Server

com.jscape.util.reflection
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jscape.util.reflection.PropertyException
All Implemented Interfaces:
java.io.Serializable

public class PropertyException
extends java.lang.Exception

Author:
Alex
See Also:
Source code, Serialized Form

Constructor Summary
PropertyException(ObjectProperty property)
           
PropertyException(java.lang.String message, ObjectProperty property)
           
PropertyException(java.lang.String message, java.lang.Throwable cause, ObjectProperty property)
           
PropertyException(java.lang.Throwable cause, ObjectProperty property)
           
 
Method Summary
 ObjectProperty getProperty()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyException

public PropertyException(ObjectProperty property)

PropertyException

public PropertyException(java.lang.String message,
                         ObjectProperty property)

PropertyException

public PropertyException(java.lang.Throwable cause,
                         ObjectProperty property)

PropertyException

public PropertyException(java.lang.String message,
                         java.lang.Throwable cause,
                         ObjectProperty property)
Method Detail

getProperty

public ObjectProperty getProperty()

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2015. All Rights Reserved