Class RuntimeCoreException

    • Constructor Detail

      • RuntimeCoreException

        public RuntimeCoreException​(org.eclipse.core.runtime.IStatus status)
        Creates an instance of RuntimeCoreException based on the provided status.
        Parameters:
        status - the exception status, cannot be null
      • RuntimeCoreException

        public RuntimeCoreException​(org.eclipse.core.runtime.IStatus status,
                                    String version)
        Creates an instance of RuntimeCoreException based on the provided status.
        Parameters:
        status - the exception status, cannot be null
        version - the 1C:Enterprise platform version, cannot be null
        version - the 1C:Enterprise platform version, cannot be null
      • RuntimeCoreException

        public RuntimeCoreException​(org.eclipse.core.runtime.IStatus status,
                                    Throwable cause)
        Creates an instance of RuntimeCoreException based on the provided status.
        Parameters:
        status - the exception status, cannot be null
        cause - the cause throwable, cannot be null
      • RuntimeCoreException

        public RuntimeCoreException​(org.eclipse.core.runtime.IStatus status,
                                    Throwable cause,
                                    String version)
        Creates an instance of RuntimeCoreException based on the provided status.
        Parameters:
        status - the exception status, cannot be null
        cause - the cause throwable, cannot be null
        version - the 1C:Enterprise platform version, cannot be null
    • Method Detail

      • getStatus

        public org.eclipse.core.runtime.IStatus getStatus()
        Returns the execution status.
        Returns:
        the execution status, never null