public class TabException
extends java.lang.Exception
It will throw to indicate the imposibility of complete
an operation and there are no more specific exception.
Also it can be used to indicate a system error in a
no remote interface (for compatibility with CORBA).
Constructor and Description |
---|
TabException(java.lang.String message) |
TabException(java.lang.Throwable ex)
From another exception.
|