com.metamatrix.core.commandshell
Class NoScriptFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.metamatrix.core.commandshell.NoScriptFileException
All Implemented Interfaces:
java.io.Serializable

public class NoScriptFileException
extends java.lang.RuntimeException

Exception thrown by ScriptCommandTarget when a script is invoked without specifying a script file.

See Also:
Serialized Form

Constructor Summary
NoScriptFileException()
           
 
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

NoScriptFileException

public NoScriptFileException()


Copyright © 2009. All Rights Reserved.