Class InvalidPositionException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPositionException
    extends RuntimeException
    Indicates that an action was using the second specil character of an inline code marker as a normal character. For example the start position of an insert command was pointing to the second character of the inline code marker.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPositionException

        public InvalidPositionException​(String text)
        Creates a new exception with a given text.
        Parameters:
        text - Text to go with the new exception.
      • InvalidPositionException

        public InvalidPositionException​(Throwable e)
        Creates a new exception with a given parent exception.
        Parameters:
        e - The parent exception.