org.pz.platypus.exceptions
Class StopExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pz.platypus.exceptions.StopExecutionException
All Implemented Interfaces:
java.io.Serializable

public class StopExecutionException
extends java.lang.RuntimeException

Exception used for stopping exception after processing of certain Command Line Options

Author:
atul khot
See Also:
Serialized Form

Constructor Summary
StopExecutionException(java.lang.String errMsg)
           
 
Method Summary
 
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
 

Constructor Detail

StopExecutionException

public StopExecutionException(java.lang.String errMsg)


Copyright © 2008-10 Pacific Data Works LLC