Class MalformedMappingsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MalformedMappingsException
    extends java.lang.RuntimeException
    Thrown when something goes wrong while parsing a mappings file.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MalformedMappingsException

        public MalformedMappingsException​(int lineNumber,
                                          java.lang.String error)
        Constructs a new MalformedMappingsException given the line number and an error message.
        Parameters:
        lineNumber - the line the error occurred at
        error - the error message