org.cruxframework.crux.plugin.gadget.client
Class GadgetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cruxframework.crux.plugin.gadget.client.GadgetException
All Implemented Interfaces:
Serializable

public class GadgetException
extends RuntimeException

Author:
Thiago da Rosa de Bustamante
See Also:
Serialized Form

Constructor Summary
GadgetException()
           
GadgetException(String arg0)
           
GadgetException(String arg0, Throwable arg1)
           
GadgetException(Throwable arg0)
           
 
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

GadgetException

public GadgetException()

GadgetException

public GadgetException(String arg0)
Parameters:
arg0 -

GadgetException

public GadgetException(Throwable arg0)
Parameters:
arg0 -

GadgetException

public GadgetException(String arg0,
                       Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2014. All rights reserved.