EVEDemo.SWEEP
Class ParaNullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--EVEDemo.SWEEP.ParaNullException

public final class ParaNullException
extends java.lang.Exception
implements java.io.Serializable

This Exception will handle condition where input parameter is null.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ParaNullException()
           
ParaNullException(java.lang.String Class, java.lang.String Method, java.lang.String Paras)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ParaNullException

public ParaNullException()

ParaNullException

public ParaNullException(java.lang.String Class,
                         java.lang.String Method,
                         java.lang.String Paras)