47484950515253
* Always throws a <code>NotFoundException</code>. * * @see #getConstructor() */ public CtMethod getMethod() throws NotFoundException { throw new NotFoundException("this is a constructor call. Call getConstructor()."); }