Class PropertyTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PropertyTypeException
    extends XenonException
    Signals that a property has a different type than the get method it was retrieved with.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyTypeException​(java.lang.String adaptorName, java.lang.String message)  
      PropertyTypeException​(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyTypeException

        public PropertyTypeException​(java.lang.String adaptorName,
                                     java.lang.String message,
                                     java.lang.Throwable t)
      • PropertyTypeException

        public PropertyTypeException​(java.lang.String adaptorName,
                                     java.lang.String message)