org.stjs.generator
Class STJSRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.stjs.generator.STJSRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JavascriptClassGenerationException, JavascriptFileGenerationException

public class STJSRuntimeException
extends RuntimeException

this class is used to wrap checked exceptions that occur within the STJS code

Author:
acraciun
See Also:
Serialized Form

Constructor Summary
STJSRuntimeException(String message)
           
STJSRuntimeException(String message, Throwable cause)
           
STJSRuntimeException(Throwable cause)
           
 
Method Summary
 
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

STJSRuntimeException

public STJSRuntimeException(String message,
                            Throwable cause)

STJSRuntimeException

public STJSRuntimeException(String message)

STJSRuntimeException

public STJSRuntimeException(Throwable cause)


Copyright © 2014. All Rights Reserved.