org.stjs.generator
Class STJSRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
STJSRuntimeException
public STJSRuntimeException(String message,
Throwable cause)
STJSRuntimeException
public STJSRuntimeException(String message)
STJSRuntimeException
public STJSRuntimeException(Throwable cause)
Copyright © 2014. All Rights Reserved.