Package org.errai.samples.rpcdemo.client.shared

Examples of org.errai.samples.rpcdemo.client.shared.TestException


  public Date getDate() {
    return new Date();
  }

  public void exception() throws TestException {
    throw new TestException();
  }
View Full Code Here

TOP

Related Classes of org.errai.samples.rpcdemo.client.shared.TestException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.