org.openxava.tab.impl
Class TabException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxava.tab.impl.TabException
All Implemented Interfaces:
java.io.Serializable

public class TabException
extends java.lang.Exception

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:
Serialized Form

Constructor Summary
TabException(java.lang.String message)
           
TabException(java.lang.Throwable ex)
          From another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabException

public TabException(java.lang.String message)

TabException

public TabException(java.lang.Throwable ex)
From another exception.
No nested it, only use its message.