com.wrq.vhi.sconfig
Class SCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wrq.vhi.sconfig.SCException
All Implemented Interfaces:
java.io.Serializable

public class SCException
extends java.lang.Exception

The SCException class provides information on errors that occur during the use of the model variable update utility. This gives us a distinct exception to throw.

See Also:
Serialized Form

Constructor Summary
SCException(java.lang.String msg)
          Creates an SCException with an error description string.
 
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

SCException

public SCException(java.lang.String msg)
Creates an SCException with an error description string.