dk.lec.idea.plugin.generate
Class GenerateCodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dk.lec.idea.plugin.generate.GenerateCodeException
All Implemented Interfaces:
java.io.Serializable

public class GenerateCodeException
extends java.lang.Exception

Error generating the javacode for the toString method.

This exception is usually caused by a Velocity parsing exception. Check your method body in the Options -> IDE Settings -> GenerateToString settings.

See Also:
Serialized Form

Constructor Summary
GenerateCodeException(java.lang.Throwable cause)
          Error generating the java code.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenerateCodeException

public GenerateCodeException(java.lang.Throwable cause)
Error generating the java code.

Parameters:
cause - the caused exception.