Package com.nt.udc.exceptions
Class NDKException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nt.udc.exceptions.NDKException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNDKException
(String message) NDKException
(String message, Vector exceptions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
setExceptions
(Vector exceptions) void
throwContainedException
(int i) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
exceptionList
-
-
Constructor Details
-
NDKException
public NDKException() -
NDKException
-
NDKException
-
-
Method Details
-
addException
-
getExceptions
-
setExceptions
-
getExceptionCount
public int getExceptionCount() -
throwContainedException
- Throws:
Exception
-