edu.cornell.cs.sam.ui
Class TestScript.TestScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cornell.cs.sam.ui.TestScript.TestScriptException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestScript

public static class TestScript.TestScriptException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TestScript.TestScriptException(java.lang.String message)
           
TestScript.TestScriptException(java.lang.String message, java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

TestScript.TestScriptException

public TestScript.TestScriptException(java.lang.String message)

TestScript.TestScriptException

public TestScript.TestScriptException(java.lang.String message,
                                      java.lang.Throwable t)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable