|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.nitido.nim.NiMException
public class NiMException
The NiMException is the base of all NiM Exceptions.
Field Summary | |
---|---|
protected int |
_errorCode
The error code of the exception. |
Constructor Summary | |
---|---|
NiMException()
Constructor with no specific exception message. |
|
NiMException(int errorCode,
java.lang.String message)
Constructor with the specified detail message and the error code. |
|
NiMException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
Constructor, with errorcode, message and cause. |
|
NiMException(int errorCode,
java.lang.Throwable cause)
Constructor, with no message. |
|
NiMException(java.lang.String message)
Constructor with the specified detail message. |
Method Summary | |
---|---|
int |
getErrorCode()
Get the error code associated to this exception. |
java.lang.String |
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 |
Field Detail |
---|
protected int _errorCode
Constructor Detail |
---|
public NiMException()
public NiMException(java.lang.String message)
message
- The detail exception message.public NiMException(int errorCode, java.lang.Throwable cause)
errorCode
- error codecause
- causepublic NiMException(int errorCode, java.lang.String message)
errorCode
- The error code.message
- The detail exception message.public NiMException(int errorCode, java.lang.String message, java.lang.Throwable cause)
errorCode
- errorcodemessage
- messagecause
- cause of this exceptionMethod Detail |
---|
public int getErrorCode()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
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.