Class InvalidAlgorithmArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.rule.algorithm.InvalidAlgorithmArgumentException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class InvalidAlgorithmArgumentException extends WTException implements Serializable
Thrown when the arguments passed to an algorithm contain invalid data.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException()
      Constructs a InvalidAlgorithmArgumentException with no specified detailed message or embedded throwable object. No argument constructor.

      Supported API: true
    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException(String message)
      Constructor that takes a non-localized message as argument.

      Supported API: true
      Parameters:
      message -
    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException(Exception e)
      Constructor that takes an execption as argument. Exception can be retrieved using getNestedException method.

      Supported API: true
      Parameters:
      e -
    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException(Throwable t)
      Constructs a Windchill exception with a nested throwable.

      Supported API: true
      Parameters:
      t - the nested throwable
    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException(Exception e, String msg)
      Constructor that takes a non-localized message and an exeption as argument.

      Supported API: true
      Parameters:
      e -
      msg -
    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException(Exception e, String rb, String key, Object[] params)
      Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message.

      Supported API: true
      Parameters:
      e -
      rb -
      key -
      params -
    • InvalidAlgorithmArgumentException

      public InvalidAlgorithmArgumentException(String rb, String key, Object[] params)


      Supported API: true
      Parameters:
      rb -
      key -
      params -