Package com.wavemaker.commons
Class MethodNotFoundRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.commons.MethodNotFoundRuntimeException
-
- All Implemented Interfaces:
WMCommonException,java.io.Serializable
public class MethodNotFoundRuntimeException extends WMRuntimeException
Add more details about method we're trying to invoke here.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodNotFoundRuntimeException(java.lang.String name, java.lang.Class<?> clazz, java.lang.Class<?>[] paramTypes)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetExMessage(java.lang.String name, java.lang.Class<?> clazz, java.lang.Class<?>[] paramTypes)-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-