Class WrongArgumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalFormContentsException

public class WrongArgumentException extends EngineException
Thrown when there is problem with arguments, and when we want to have a checked exception. Otherwise the unchecked IllegalArgumentException should be thrown.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • WrongArgumentException

      public WrongArgumentException(String msg, Throwable cause)
    • WrongArgumentException

      public WrongArgumentException(String msg)