Class NDKException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nt.udc.exceptions.NDKException
All Implemented Interfaces:
Serializable

public class NDKException extends Exception
See Also:
  • Field Details

    • exceptionList

      protected Vector exceptionList
  • Constructor Details

    • NDKException

      public NDKException()
    • NDKException

      public NDKException(String message)
    • NDKException

      public NDKException(String message, Vector exceptions)
  • Method Details

    • addException

      public void addException(Exception e)
    • getExceptions

      public Vector getExceptions()
    • setExceptions

      public void setExceptions(Vector exceptions)
    • getExceptionCount

      public int getExceptionCount()
    • throwContainedException

      public void throwContainedException(int i) throws Exception
      Throws:
      Exception