info.informatica.ui
Class IllegalOptionException

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
                  extended by info.informatica.ui.IllegalOptionException
All Implemented Interfaces:
Serializable

public class IllegalOptionException
extends DataViewException

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

Constructor Summary
IllegalOptionException()
           
IllegalOptionException(String s)
           
IllegalOptionException(String s, Throwable cause)
           
IllegalOptionException(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

IllegalOptionException

public IllegalOptionException()

IllegalOptionException

public IllegalOptionException(String s)

IllegalOptionException

public IllegalOptionException(String s,
                              Throwable cause)

IllegalOptionException

public IllegalOptionException(Throwable cause)