Class MarcException

  • All Implemented Interfaces:
    Serializable

    public class MarcException
    extends RuntimeException

    MarcException is thrown when an error occurs while processing a record object.

    Author:
    Bas Peters
    See Also:
    Serialized Form
    • Constructor Detail

      • MarcException

        public MarcException()

        Creates a new MarcException.

      • MarcException

        public MarcException​(String message)

        Creates a new MarcException with the specified message.

        Parameters:
        message - information about the cause of the exception
      • MarcException

        public MarcException​(String message,
                             Throwable ex)

        Creates a new MarcException with the specified message and an underlying root cause.

        Parameters:
        message - information about the cause of the exception
        ex - the nested exception that caused this exception