Class Environment.ErrorMessage

  • Enclosing class:
    Environment

    final class Environment.ErrorMessage
    extends java.lang.Object
    A sorted list of error messages
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorMessage​(int where, java.lang.String message)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ErrorMessage

        ErrorMessage​(int where,
                     java.lang.String message)
        Constructor