Class ErrorMessage

java.lang.Object
org.glassfish.rmic.tools.javac.ErrorMessage

@Deprecated final class ErrorMessage extends Object
Deprecated.
A sorted list of error messages WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
  • Field Details

    • where

      long where
      Deprecated.
    • message

      String message
      Deprecated.
    • next

      Deprecated.
  • Constructor Details

    • ErrorMessage

      ErrorMessage(long where, String message)
      Deprecated.
      Constructor