Class NonExistPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.csstudio.opibuilder.model.NonExistPropertyException
All Implemented Interfaces:
Serializable

public class NonExistPropertyException extends RuntimeException
The exception shows that the property doesn't exist.
See Also:
  • Constructor Details

    • NonExistPropertyException

      public NonExistPropertyException(String widgetName, String propID)
  • Method Details