ua.gradsoft.termware.exceptions
Class InvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ua.gradsoft.termware.TermWareException
ua.gradsoft.termware.exceptions.InvocationException
- All Implemented Interfaces:
- Serializable, ITermWareException
public class InvocationException
- extends TermWareException
InvocationException is throwed from JavaLangReflectHelper,
when we can't wrap foreign class into one of our interfaces.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvocationException
public InvocationException(String message)
InvocationException
public InvocationException(Throwable cause)
InvocationException
public InvocationException(String message,
Exception cause)