com.ibm.zosconnect.buildtoolkit

Class InvalidPropertyException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.zosconnect.buildtoolkit.InvalidPropertyException
  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidPropertyException
    extends java.lang.Exception
    Thrown to indicate that one of the properties passed to the SARGeneratorPlugin had a problem.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvalidPropertyException(java.lang.String property, java.lang.String reason)
      Construct a new exception for the specified property with the reason for the exception being thrown.
      InvalidPropertyException(java.lang.Throwable cause) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage() 
      java.lang.String getProperty() 
      java.lang.String getReason() 
      • 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

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

      • InvalidPropertyException

        public InvalidPropertyException(java.lang.String property,
                                        java.lang.String reason)
        Construct a new exception for the specified property with the reason for the exception being thrown.
        Parameters:
        property - The name of the property in error
        reason - The reason for the error
      • InvalidPropertyException

        public InvalidPropertyException(java.lang.Throwable cause)
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Returns:
        The name of the property in error
      • getReason

        public java.lang.String getReason()
        Returns:
        The reason for the error
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable