Nitido Inc.

com.nitido.nim
Class NimletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nitido.nim.NiMException
              extended by com.nitido.nim.NimletException
All Implemented Interfaces:
java.io.Serializable

public class NimletException
extends NiMException

The NimletException is the base of all Nimlet Exceptions. It is mainly used by Nimlet developers to indicate an serious exception has been encountered by the nimlet.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.nitido.nim.NiMException
_errorCode
 
Constructor Summary
NimletException()
          This constructor is used to instantiate a new NimletException that has no particular message attached to it.
NimletException(java.lang.String message)
          This constructor is called to instantiate a new NimletException with an associated message.
 
Method Summary
 
Methods inherited from class com.nitido.nim.NiMException
getErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NimletException

public NimletException()
This constructor is used to instantiate a new NimletException that has no particular message attached to it.


NimletException

public NimletException(java.lang.String message)
This constructor is called to instantiate a new NimletException with an associated message.

Parameters:
message - The message attached to the exception.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.