org.jboss.errai.codegen.exception
Class UndefinedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.errai.codegen.exception.GenerationException
org.jboss.errai.codegen.exception.UndefinedMethodException
- All Implemented Interfaces:
- Serializable
public class UndefinedMethodException
- extends GenerationException
- Author:
- Christian Sadilek
- See Also:
- Serialized Form
UndefinedMethodException
public UndefinedMethodException()
UndefinedMethodException
public UndefinedMethodException(String msg)
UndefinedMethodException
public UndefinedMethodException(MetaClass declaringClass,
String methodName,
MetaClass... parameterTypes)
getDeclaringClass
public MetaClass getDeclaringClass()
getMethodName
public String getMethodName()
getParameterTypes
public MetaClass[] getParameterTypes()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.