Class UnsupportedCellOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
io.github.lukebemish.brainfrick.lang.runtime.UnsupportedCellOperationException
All Implemented Interfaces:
Serializable

public class UnsupportedCellOperationException extends UnsupportedOperationException
An exception thrown to indicate that a given brainfrick operation (such as incrementing or decrementing) cannot be applied to the given object.
See Also:
  • Constructor Details

    • UnsupportedCellOperationException

      public UnsupportedCellOperationException(String msg)
      Creates a new UnsupportedCellOperationException with the given message
      Parameters:
      msg - The detail message.