Search Results for

    Show / Hide Table of Contents

    Class AlgorithmException

    Exception class for the case that an error occurred in the algorithm code of a particle. This covers all errors that cannot be recognized by the simulator because the error occurred directly in the algorithm code.

    Inheritance
    object
    Exception
    AmoebotSimException
    ParticleException
    AlgorithmException
    Namespace: AS2.Sim
    Assembly: .dll
    Syntax
    public class AlgorithmException : ParticleException

    Constructors

    | Edit this page View Source

    AlgorithmException()

    Declaration
    public AlgorithmException()
    | Edit this page View Source

    AlgorithmException(Particle)

    Declaration
    public AlgorithmException(Particle p)
    Parameters
    Type Name Description
    Particle p
    | Edit this page View Source

    AlgorithmException(Particle, string)

    Declaration
    public AlgorithmException(Particle p, string msg)
    Parameters
    Type Name Description
    Particle p
    string msg
    | Edit this page View Source

    AlgorithmException(string)

    Declaration
    public AlgorithmException(string msg)
    Parameters
    Type Name Description
    string msg
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX