Package org.openntf.domino.exceptions

Examples of org.openntf.domino.exceptions.UnimplementedException


    throw new UnimplementedException("Not yet implemented, sorry");
  }

  public boolean addAll(final Collection<? extends org.openntf.domino.Document> arg0) {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");
  }
View Full Code Here


    throw new UnimplementedException("Not yet implemented, sorry");
  }

  public void clear() {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");

  }
View Full Code Here

  }

  public boolean contains(final Object arg0) {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");
  }
View Full Code Here

    throw new UnimplementedException("Not yet implemented, sorry");
  }

  public boolean containsAll(final Collection<?> arg0) {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");
  }
View Full Code Here

    }
  }

  public boolean remove(final Object arg0) {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");
  }
View Full Code Here

    throw new UnimplementedException("Not yet implemented, sorry");
  }

  public boolean removeAll(final Collection<?> arg0) {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");
  }
View Full Code Here

    throw new UnimplementedException("Not yet implemented, sorry");
  }

  public boolean retainAll(final Collection<?> arg0) {
    // TODO Auto-generated method stub
    throw new UnimplementedException("Not yet implemented, sorry");
  }
View Full Code Here

  }

  @Override
  @Deprecated
  public void copyInto(final Object[] arg0) {
    throw new UnimplementedException("copyInto not yet implemented because it's a deprecated call anyway!");
  }
View Full Code Here

  }

  @Override
  @Deprecated
  public Enumeration<Item> elements() {
    throw new UnimplementedException("elements not yet implemented because it's a deprecated call anyway!");
  }
View Full Code Here

  }

  @Override
  @Deprecated
  public int indexOf(final Object arg0, final int arg1) {
    throw new UnimplementedException("indexOf with two arguments not yet implemented because it's a deprecated call anyway!");
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.exceptions.UnimplementedException

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.