Class ErrorMessage


  • @Deprecated
    final class ErrorMessage
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String message
      Deprecated.
       
      (package private) ErrorMessage next
      Deprecated.
       
      (package private) long where
      Deprecated.
       
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • where

        long where
        Deprecated.
      • message

        java.lang.String message
        Deprecated.
    • Constructor Detail

      • ErrorMessage

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