org.teatrove.tea.engine
Class ContextCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.reflect.UndeclaredThrowableException
org.teatrove.tea.engine.ContextCreationException
- All Implemented Interfaces:
- Serializable
public class ContextCreationException
- extends UndeclaredThrowableException
Intended to wrap any exceptions thrown by createContext when used in the
MergingContextSource so exceptions can pass through the getInstance() call
of MergedClass.InstanceFactory. Calls are passed to the wrapped Exception
leaving this class as a transparent wrapper.
- Author:
- Jonathan Colwell
- See Also:
- Serialized Form
ContextCreationException
public ContextCreationException(Exception e)
ContextCreationException
public ContextCreationException(Exception e,
String str)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace in class Throwable
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.