org.stjs.generator
Class JavascriptClassGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.stjs.generator.STJSRuntimeException
                  extended by org.stjs.generator.JavascriptClassGenerationException
All Implemented Interfaces:
Serializable

public class JavascriptClassGenerationException
extends STJSRuntimeException

throw this exception when you have the name of the class for which you generate the exception

Author:
acraciun
See Also:
Serialized Form

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

Constructor Detail

JavascriptClassGenerationException

public JavascriptClassGenerationException(String className,
                                          String message,
                                          Throwable cause)

JavascriptClassGenerationException

public JavascriptClassGenerationException(String className,
                                          String message)

JavascriptClassGenerationException

public JavascriptClassGenerationException(String className,
                                          Throwable cause)
Method Detail

getClassName

public String getClassName()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2014. All Rights Reserved.