All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.thirdparty.xapi.dev.source.TypeDefinitionException Maven / Gradle / Ivy

The newest version!
package com.google.gwt.thirdparty.xapi.dev.source;

public class TypeDefinitionException extends RuntimeException {

  private static final long serialVersionUID = 307481525032121580L;

  public TypeDefinitionException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy