Package com.ibm.commons.util

Examples of com.ibm.commons.util.NotImplementedException


  boolean isInvalid() {
    throw new NotImplementedException();
  }

  void restoreObject(final lotus.domino.Session paramSession, final long paramLong) {
    throw new NotImplementedException();
  }
View Full Code Here


    throw new NotImplementedException();
  }

  @Deprecated
  void CheckObject() {
    throw new NotImplementedException();
  }
View Full Code Here

    throw new NotImplementedException();
  }

  @Deprecated
  void CheckObjectActive() {
    throw new NotImplementedException();
  }
View Full Code Here

    return isDead(delegate_);
  }

  @Deprecated
  void CheckArg(final Object paramObject) {
    throw new NotImplementedException();
  }
View Full Code Here

    throw new NotImplementedException();
  }

  @Deprecated
  boolean isEqual(final long paramLong) {
    throw new NotImplementedException();
  }
View Full Code Here

  }

  @SuppressWarnings("rawtypes")
  @Deprecated
  Vector PropGetVector(final int paramInt) {
    throw new NotImplementedException();
  }
View Full Code Here

    throw new NotImplementedException();
  }

  @Deprecated
  void validateObjArg(final Object paramObject, final boolean paramBoolean) {
    throw new NotImplementedException();
  }
View Full Code Here

  }

  @SuppressWarnings("rawtypes")
  @Deprecated
  Vector getStringArrayProperty(final int paramInt) {
    throw new NotImplementedException();
  }
View Full Code Here

TOP

Related Classes of com.ibm.commons.util.NotImplementedException

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.