Class IllegalArgumentException

All Implemented Interfaces:
Serializable

public class IllegalArgumentException extends IllegalArgumentException
An IllegalArgumentException with support for localized messages in Weld.
Author:
David Allen
See Also:
  • Constructor Details

    • IllegalArgumentException

      public IllegalArgumentException(Throwable throwable)
      Creates a new exception with the given cause.
      Parameters:
      throwable - The cause of the exception
    • IllegalArgumentException

      public IllegalArgumentException(String message)
      Creates a new exception with the given localized message.
      Parameters:
      message -
    • IllegalArgumentException

      public IllegalArgumentException(String message, Throwable throwable)
      Creates a new exception with the given localized message and the cause for this exception.
      Parameters:
      message -
      throwable -
  • Method Details