com.scooterframework.common.exception
Class MethodCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.scooterframework.common.exception.GenericException
com.scooterframework.common.exception.MethodCreationException
- All Implemented Interfaces:
- java.io.Serializable
public class MethodCreationException
- extends GenericException
class MethodCreationException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
className
protected java.lang.String className
methodName
protected java.lang.String methodName
MethodCreationException
public MethodCreationException(java.lang.String className,
java.lang.String methodName)
MethodCreationException
public MethodCreationException(java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getClassName
public java.lang.String getClassName()
getMethodName
public java.lang.String getMethodName()