org.apache.tapestry5.internal.services
Class MethodCompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tapestry5.internal.services.MethodCompileException
All Implemented Interfaces:
Serializable

public class MethodCompileException
extends RuntimeException

Exception thrown when a method body fails to compile; this will allow the method body to be displayed to the user on the request failure page.

See Also:
Serialized Form

Constructor Summary
MethodCompileException(String message, String methodBody, Throwable cause)
           
 
Method Summary
 String getMethodBody()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodCompileException

public MethodCompileException(String message,
                              String methodBody,
                              Throwable cause)
Method Detail

getMethodBody

public String getMethodBody()


Copyright © 2003-2012 The Apache Software Foundation.