Package pl.edu.icm.unity.exceptions
Class WrongArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.WrongArgumentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalFormContentsException
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongArgumentException
-
WrongArgumentException
-