org.objectweb.cjdbc.scenario.tools.testlet
Class TestLetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.scenario.tools.testlet.TestLetException
All Implemented Interfaces:
java.io.Serializable

public class TestLetException
extends java.lang.Exception

This class defines a TestLetException. This exception should be thrown when some parameters are missing in the testlets

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TestLetException()
          Creates a new TestLetException object
TestLetException(java.lang.String message)
          Creates a new TestLetException object
TestLetException(java.lang.String message, java.lang.Throwable cause)
          Creates a new TestLetException object
TestLetException(java.lang.Throwable cause)
          Creates a new TestLetException object
 
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

TestLetException

public TestLetException()
Creates a new TestLetException object


TestLetException

public TestLetException(java.lang.String message)
Creates a new TestLetException object

Parameters:
message - message of the exception

TestLetException

public TestLetException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new TestLetException object

Parameters:
message - message of the exception
cause - the cause of the exception

TestLetException

public TestLetException(java.lang.Throwable cause)
Creates a new TestLetException object

Parameters:
cause - the cause of the exception


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.