Class ElementInvalidException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversionException

public class ElementInvalidException extends BaseApplicationException
Element with invalid state/parameters.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • ElementInvalidException

      public ElementInvalidException(String msg, Object... params)
      Constructs a new ConversionException exception with the specified detail message.
      Parameters:
      msg - The detail message
      params - The parameters used on message
    • ElementInvalidException

      public ElementInvalidException(String msg, Throwable ex, Object... params)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause
      params - The parameters used on message