com.spss.psapi.core

Class InvalidPropertyException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidPropertyException
    extends PredictiveServerException
    An exception thrown when an invalid property is accessed or an invalid value is supplied for a property.

    A message string is always created for this exception.

    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvalidPropertyException(java.lang.String message, java.lang.String property)
      Creates an InvalidPropertyException.
      InvalidPropertyException(java.lang.String message, java.lang.String property, java.lang.Object value)
      Creates an InvalidPropertyException.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getProperty()
      Returns the property name.
      java.lang.Object getValue()
      Returns the value being assigned or null.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • InvalidPropertyException

        public InvalidPropertyException(java.lang.String message,
                                java.lang.String property)
        Creates an InvalidPropertyException.
        Parameters:
        message - the message
        property - the property name
      • InvalidPropertyException

        public InvalidPropertyException(java.lang.String message,
                                java.lang.String property,
                                java.lang.Object value)
        Creates an InvalidPropertyException.
        Parameters:
        message - the message
        property - the property name
        value - the value being assigned
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Returns the property name.
        Returns:
        the property name
      • getValue

        public java.lang.Object getValue()
        Returns the value being assigned or null.
        Returns:
        the value being assigned or null

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.