com.dtolabs.launcher
Class Setup.SetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.launcher.Setup.SetupException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Setup

public static class Setup.SetupException
extends java.lang.Exception

Exception class

See Also:
Serialized Form

Constructor Summary
Setup.SetupException()
           
Setup.SetupException(java.lang.String s)
           
Setup.SetupException(java.lang.String s, java.lang.Throwable throwable)
           
Setup.SetupException(java.lang.Throwable throwable)
           
 
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

Setup.SetupException

public Setup.SetupException()

Setup.SetupException

public Setup.SetupException(java.lang.String s)

Setup.SetupException

public Setup.SetupException(java.lang.String s,
                            java.lang.Throwable throwable)

Setup.SetupException

public Setup.SetupException(java.lang.Throwable throwable)