*** This class provides Binary Compatibility only, not Source Compatibility ***

Class MissingParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.services.storedprocess.ExecutionException
com.sas.services.storedprocess.MissingParameterException
All Implemented Interfaces:
Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class MissingParameterException extends ExecutionException
This exception is thrown when a required parameter has not been assigned a value. Since the parameter is required the stored process cannot execute.
Since:
1.1
See Also:
  • Method Summary

    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