com.vinay.ui.vinui.fw.core
Class VinUIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.vinay.ui.vinui.fw.core.VinUIException
All Implemented Interfaces:
java.io.Serializable

public class VinUIException
extends java.lang.Exception

A generic framework exception

Author:
Vinay Nath
See Also:
Serialized Form

Constructor Summary
VinUIException()
           
VinUIException(java.lang.String desc)
           
VinUIException(java.lang.String desc, java.lang.Throwable e)
           
VinUIException(java.lang.Throwable e)
           
 
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

VinUIException

public VinUIException()

VinUIException

public VinUIException(java.lang.String desc)

VinUIException

public VinUIException(java.lang.Throwable e)

VinUIException

public VinUIException(java.lang.String desc,
                      java.lang.Throwable e)