Package de.susebox.java.lang

Examples of de.susebox.java.lang.ExtUnsupportedOperationException


   * @throws  NullPointerException  if no {@link TokenizerProperties} are given
   */
  public void setTokenizerProperties(TokenizerProperties props)
    throws UnsupportedOperationException, NullPointerException
  {
    throw new ExtUnsupportedOperationException(
                  "Class {0} already defines the {1} interface.",
                  new Object[] { StandardTokenizerProperties.class.getName(),
                                 DataMapper.class.getName() } );
  }
View Full Code Here

TOP

Related Classes of de.susebox.java.lang.ExtUnsupportedOperationException

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.