net.sf.testextensions
Class TestExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.testextensions.TestExtensionException
All Implemented Interfaces:
Serializable

public class TestExtensionException
extends Exception

This exception shows a error during accessing non public fields or methods.

Author:
forge-cl
See Also:
Serialized Form

Constructor Summary
TestExtensionException(Exception e)
          The constructor simple calls the super constructor.
TestExtensionException(String msg)
          The constructor simple calls the super constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestExtensionException

public TestExtensionException(String msg)
The constructor simple calls the super constructor.

Parameters:
msg - the message for the exception.

TestExtensionException

public TestExtensionException(Exception e)
The constructor simple calls the super constructor.

Parameters:
e - the source exception.


Copyright © 2007. All Rights Reserved.