info.informatica.ui
Class DataViewException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.data.DataException
              extended by info.informatica.ui.DataViewException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalOptionException

public class DataViewException
extends DataException

Version:
1.01
Author:
amengual at informatica dot info
See Also:
Serialized Form

Constructor Summary
DataViewException()
           
DataViewException(String s)
           
DataViewException(String s, Throwable cause)
           
DataViewException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataViewException

public DataViewException()

DataViewException

public DataViewException(String s)

DataViewException

public DataViewException(String s,
                         Throwable cause)

DataViewException

public DataViewException(Throwable cause)