com.nitido.nim
Class IllegalNimletClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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. |
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 |
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.
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.