public class UndefinedMethodException extends GenerationException
Constructor and Description |
---|
UndefinedMethodException() |
UndefinedMethodException(MetaClass declaringClass,
String methodName,
MetaClass... parameterTypes) |
UndefinedMethodException(String msg) |
Modifier and Type | Method and Description |
---|---|
MetaClass |
getDeclaringClass() |
String |
getMethodName() |
MetaClass[] |
getParameterTypes() |
appendFailureInfo, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UndefinedMethodException()
public UndefinedMethodException(String msg)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.