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
public class WrongArgumentException extends EngineException
Thrown when there is problem with arguments, and when we want to have a checked exception. Otherwise the uncheckedIllegalArgumentException
should be thrown.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongArgumentException(String msg)
WrongArgumentException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-