Class Messages


  • public final class Messages
    extends java.lang.Object
    Provides standardized messages for use with the Preconditions class and in exception messages.

    Note: This class is not part of the public JGoodies Common API. It is intended for implementation purposes only. The class's API may change at any time.

    Since:
    1.4
    Author:
    Karsten Lentzsch
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MUST_NOT_BE_NULL

        public static final java.lang.String MUST_NOT_BE_NULL
        See Also:
        Constant Field Values
      • MUST_NOT_BE_BLANK

        public static final java.lang.String MUST_NOT_BE_BLANK
        See Also:
        Constant Field Values
      • USE_ELLIPSIS_NOT_THREE_DOTS

        public static final java.lang.String USE_ELLIPSIS_NOT_THREE_DOTS
        See Also:
        Constant Field Values