Package com.imc.iss.groovy
Class IMCGroovyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imc.iss.groovy.IMCGroovyException
- All Implemented Interfaces:
Serializable
A custom exception for use in relation with groovy scripts
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IMCGroovyException
Constructor with the message- Parameters:
msg- The message to be included
-