|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nitido.nim.NiMRuntimeException
public class NiMRuntimeException
The NiMRuntimeException is the base class for all NiM runtime exceptions
| Field Summary | |
|---|---|
protected int |
_errorCode
The error code of the exception. |
| Constructor Summary | |
|---|---|
NiMRuntimeException()
This constructor is used to instantiate a new NiMRuntimeException that has no particular message attached to it. |
|
NiMRuntimeException(int errorCode,
java.lang.String message)
Constructor with the specified detail message and the error code. |
|
NiMRuntimeException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
Constructor, with errorcode, message and cause. |
|
NiMRuntimeException(int errorCode,
java.lang.Throwable cause)
Constructor, with no message. |
|
NiMRuntimeException(java.lang.String message)
This constructor is called to instantiate a new NiMRuntimeException with an associated message. |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Get the error code associated to this exception. |
| 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 |
| Field Detail |
|---|
protected int _errorCode
| Constructor Detail |
|---|
public NiMRuntimeException()
public NiMRuntimeException(java.lang.String message)
message - The message attached to the exception.
public NiMRuntimeException(int errorCode,
java.lang.String message)
errorCode - The error code.message - The detail exception message.
public NiMRuntimeException(int errorCode,
java.lang.Throwable cause)
errorCode - error codecause - cause
public NiMRuntimeException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
errorCode - errorcodemessage - messagecause - cause of this exception| Method Detail |
|---|
public int getErrorCode()
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.