ua.gradsoft.termware.exceptions
Class ExternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ua.gradsoft.termware.TermWareException
ua.gradsoft.termware.exceptions.ExternalException
- All Implemented Interfaces:
- Serializable, ITermWareException
public class ExternalException
- extends TermWareException
Wrapper for external exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExternalException
public ExternalException(Exception ex)
- Creates a new instance of
ExternalException.
ExternalException
public ExternalException(String message,
Exception ex)
- Creates a new instance of
ExternalException.
getException
public Exception getException()
rethrow
public void rethrow()
throws Exception
- Throws:
Exception