Nitido Inc.

com.nitido.nim
Class IllegalNimletClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.nitido.nim.IllegalNimletClassException
All Implemented Interfaces:
java.io.Serializable

public class IllegalNimletClassException
extends java.lang.IllegalArgumentException

The IllegalNimletClassException is thrown when an unrecognized Nimlet class is passed to the ContainerEntity.getNimletClass( String ). This usually occurs if the ClassLoader returned by the ClassLoaderService cannot locate the specified Nimlet class. This exception can be thrown if the specified class name does not represent a Nimlet at all.

See Also:
Serialized Form

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

Constructor Detail

IllegalNimletClassException

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


IllegalNimletClassException

public IllegalNimletClassException(java.lang.String message)
This constructor is called to instantiate a new IllegalNimletClassException 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.