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

public static class CodeGenContext.AbortCodeGenException extends RuntimeException
An exception which can be thrown by a code generator to abort - callers of code generators should catch this exception.
See Also:
  • Constructor Details

    • AbortCodeGenException

      public AbortCodeGenException()
    • AbortCodeGenException

      public AbortCodeGenException(String msg)
    • AbortCodeGenException

      public AbortCodeGenException(String msg, Throwable cause)
    • AbortCodeGenException

      public AbortCodeGenException(Throwable cause)