Package objot.util

Examples of objot.util.Err


   * @return any object depending on implementation, {@link CharSequence} by default
   * @throws Exception depending on implementation
   */
  public Object error(Throwable e) throws Exception
  {
    return codec.enc(e instanceof ErrThrow ? ((ErrThrow)e).err : new Err(e), null);
  }
View Full Code Here

TOP

Related Classes of objot.util.Err

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.