Class BadTypeArgsException

All Implemented Interfaces:
Serializable

public class BadTypeArgsException extends TypeOracleException
Thrown when an invalid type is specified as part of a gwt.typeArgs tag within a doc comment.
See Also:
  • Constructor Details

    • BadTypeArgsException

      public BadTypeArgsException(String message)
    • BadTypeArgsException

      public BadTypeArgsException(String message, Throwable cause)
    • BadTypeArgsException

      public BadTypeArgsException(Throwable cause)