cvm.ucm.handlers.exception
Class InvalidScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cvm.ucm.handlers.exception.InvalidScriptException
All Implemented Interfaces:
java.io.Serializable

public class InvalidScriptException
extends java.lang.Exception

This class represents the exception thrown by the script interpreter when an invalid script is encountered

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
InvalidScriptException(java.lang.String name)
           
 
Method Summary
 java.lang.String getscriptName()
          This method returns the name of the invalid script
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidScriptException

public InvalidScriptException(java.lang.String name)
Method Detail

getscriptName

public java.lang.String getscriptName()
This method returns the name of the invalid script

Returns:
the name of the invalid script