Class MalformedAponException

    • Constructor Summary

      Constructors 
      Constructor Description
      MalformedAponException​(int lineNumber, java.lang.String line, java.lang.String tline, ParameterValue parameterValue, ValueType expectedValueType)
      Constructor to create exception with a message.
      MalformedAponException​(int lineNumber, java.lang.String line, java.lang.String tline, java.lang.String msg)
      Constructor to create exception with a message.
      MalformedAponException​(java.lang.String msg)
      Constructor to create exception with a message.
    • 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

      • MalformedAponException

        public MalformedAponException​(java.lang.String msg)
        Constructor to create exception with a message.
        Parameters:
        msg - a message to associate with the exception
      • MalformedAponException

        public MalformedAponException​(int lineNumber,
                                      java.lang.String line,
                                      java.lang.String tline,
                                      java.lang.String msg)
        Constructor to create exception with a message.
        Parameters:
        lineNumber - the line number
        line - the character line
        tline - the trimmed character line
        msg - a message to associate with the exception
      • MalformedAponException

        public MalformedAponException​(int lineNumber,
                                      java.lang.String line,
                                      java.lang.String tline,
                                      ParameterValue parameterValue,
                                      ValueType expectedValueType)
        Constructor to create exception with a message.
        Parameters:
        lineNumber - the line number
        line - the character line
        tline - the trimmed character line
        parameterValue - the actual value type
        expectedValueType - the expected value type