com.steptools.view238
Class StepNcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.view238.StepNcException
All Implemented Interfaces:
java.io.Serializable

public class StepNcException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
StepNcException(java.lang.String message)
           
StepNcException(java.lang.String message, java.lang.Throwable ex)
           
StepNcException(java.lang.Throwable ex)
           
 
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

StepNcException

public StepNcException(java.lang.Throwable ex)

StepNcException

public StepNcException(java.lang.String message)

StepNcException

public StepNcException(java.lang.String message,
                       java.lang.Throwable ex)