Class ModelsIllegalargumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hortonmachine.gears.libs.exceptions.ModelsIllegalargumentException
-
- All Implemented Interfaces:
Serializable
public class ModelsIllegalargumentException extends IllegalArgumentException
Extention of theIllegalAccessExceptionThis adds the caller class in front of the message.
- Author:
- Andrea Antonello - www.hydrologis.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelsIllegalargumentException(String message, Object owner)ModelsIllegalargumentException(String message, Object owner, IHMProgressMonitor monitor)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ModelsIllegalargumentException
public ModelsIllegalargumentException(String message, Object owner, IHMProgressMonitor monitor)
-
-