Package com.intergral.fusiondebug.server

Examples of com.intergral.fusiondebug.server.FDMutabilityException


  public final boolean isMutable() {
    return false;
  }

  public final void set(String arg0) throws FDMutabilityException,FDLanguageException {
    throw new FDMutabilityException();
  }
View Full Code Here


  public boolean isMutable() {
    return false;
  }

  public void set(String arg0) throws FDMutabilityException,FDLanguageException {
    throw new FDMutabilityException();
  }
View Full Code Here

TOP

Related Classes of com.intergral.fusiondebug.server.FDMutabilityException

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.