Package com.google.gwt.codegen.server
Class CodeGenContext.AbortCodeGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.codegen.server.CodeGenContext.AbortCodeGenException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
CodeGenContext
An exception which can be thrown by a code generator to abort - callers of
code generators should catch this exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionAbortCodeGenException
(String msg, Throwable cause) AbortCodeGenException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortCodeGenException
public AbortCodeGenException() -
AbortCodeGenException
-
AbortCodeGenException
-
AbortCodeGenException
-