com.agfa.hap.sdo
Class PropertyNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agfa.hap.sdo.PropertyNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotAvailableException
extends java.lang.RuntimeException

Exception throw when a property that is not filled in in accessed on a ProxyDataObject.

Author:
AMOCZ
See Also:
Serialized Form

Constructor Summary
PropertyNotAvailableException(PartialDataObject source, Property prop)
           
 
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

PropertyNotAvailableException

public PropertyNotAvailableException(PartialDataObject source,
                                     Property prop)


Copyright © 2007. All Rights Reserved.