net.sf.testextensions
Class TestExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.