Class OctaveException

    • Field Detail

      • destroyed

        private boolean destroyed
        Set to true on exceptions thrown from an Octave object when the reason for the exception is that the object has been asked to destroy its octave process.
    • Method Detail

      • isDestroyed

        public final boolean isDestroyed()
        Returns:
        destroyed
      • setDestroyed

        public final void setDestroyed​(boolean destroyed)
        Parameters:
        destroyed -