Search Results for

    Show / Hide Table of Contents

    Class InvalidActionException

    Exception class for the case that a particle tries to perform an invalid action like calling a method on a neighbor particle or in the wrong phase, or scheduling an impossible movement.

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

    Constructors

    | Edit this page View Source

    InvalidActionException()

    Declaration
    public InvalidActionException()
    | Edit this page View Source

    InvalidActionException(Particle)

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

    InvalidActionException(Particle, string)

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

    InvalidActionException(string)

    Declaration
    public InvalidActionException(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