Class UnsupportedDebugServerException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedDebugServerException
    extends Exception
    Signals that the requesting 1C:Enterprise debug server is unsupported by DT IDE. Contains information of the target debug server version.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedDebugServerException

        public UnsupportedDebugServerException​(String version)
        Constructs a new UnsupportedDebugServerException with the specified unsupported version.
        Parameters:
        version - the version, cannot be null
    • Method Detail

      • getVersion

        public String getVersion()
        Returns version, that causes exception and is unsupported by DT IDE.
        Returns:
        a version, that causes exception and is unsupported by DT IDE, never null