Class InvalidPositionException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPositionException
    extends XLIFFException
    Indicates that an action was using the second special character of a marker reference as a normal character. For example the start position of an insert command was pointing to the second character of the marker reference.
    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.