Class InvalidMarkerOrderException

  • All Implemented Interfaces:
    Serializable

    public class InvalidMarkerOrderException
    extends XLIFFException
    Signals that there is a marker not properly located in a fragment or unit.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidMarkerOrderException

        public InvalidMarkerOrderException​(String message)
        Creates a new InvalidMarkerOrder object with a given message.
        Parameters:
        message - text of the message.
      • InvalidMarkerOrderException

        public InvalidMarkerOrderException​(Throwable cause)
        Creates a new InvalidMarkerOrder object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • InvalidMarkerOrderException

        public InvalidMarkerOrderException​(String message,
                                           Throwable cause)
        Creates a new InvalidMarkerOrder object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.