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