Class ArgumentException

  • All Implemented Interfaces:
    Serializable

    public class ArgumentException
    extends OBException
    Exception which can be used to indicate that arguments of a method have illegal values. Is an unchecked exception which also logs itself.
    Author:
    mtaal
    See Also:
    Serialized Form
    • Constructor Detail

      • ArgumentException

        public ArgumentException()
      • ArgumentException

        public ArgumentException​(String message,
                                 Throwable cause)
      • ArgumentException

        public ArgumentException​(String message)
      • ArgumentException

        public ArgumentException​(Throwable cause)