Class PendingDeprecationWarning

All Implemented Interfaces:
PythonLikeObject, Serializable

public class PendingDeprecationWarning extends Warning
See Also:
  • Field Details

    • PENDING_DEPRECATION_WARNING_TYPE

      public static final PythonLikeType PENDING_DEPRECATION_WARNING_TYPE
    • $TYPE

      public static final PythonLikeType $TYPE
  • Constructor Details

    • PendingDeprecationWarning

      public PendingDeprecationWarning()
    • PendingDeprecationWarning

      public PendingDeprecationWarning(String message)
    • PendingDeprecationWarning

      public PendingDeprecationWarning(PythonLikeType type, List<PythonLikeObject> args)
    • PendingDeprecationWarning

      public PendingDeprecationWarning(PythonLikeType type)
    • PendingDeprecationWarning

      public PendingDeprecationWarning(PythonLikeType type, String message)