Package org.openxava.tab.impl
Class TabException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openxava.tab.impl.TabException
- All Implemented Interfaces:
Serializable
Exception throwed by some classes of this package.
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).
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TabException
-
TabException
From another exception.
No nested it, only use its message.
-