Class PORelationException

    • Field Detail

      • MSG_ERR_KEY_COLUMNS_2P

        public static final String MSG_ERR_KEY_COLUMNS_2P
        Message indicates that a po has more or less than one key columns.
        • Param 1: the po (toString)
        • Param 2: the number of key columns
        See Also:
        Constant Field Values
      • MSG_ERR_WINDOW_3P

        public static final String MSG_ERR_WINDOW_3P
        Message indicates that neither the reference nor the table have an AD_Window_ID set.
        • Param 1: The AD_Reference's name
        • Param 2: The Table name
        • Param 3: Whether we are in the ctx of a SO (Y or N)
        See Also:
        Constant Field Values
      • adMsg

        public final String adMsg
      • msgParams

        public final Object[] msgParams
    • Method Detail

      • throwWrongKeyColumnCount

        public static void throwWrongKeyColumnCount​(PO po)
      • throwMissingWindowId

        public static void throwMissingWindowId​(PO po,
                                                String referenceName,
                                                String tableName,
                                                boolean isSOTrx)