TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.probekit.launch.launchpad
Class LaunchPadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.tptp.platform.probekit.launch.launchpad.LaunchPadException
All Implemented Interfaces:
java.io.Serializable

public class LaunchPadException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
LaunchPadException()
           
LaunchPadException(java.lang.String message)
           
LaunchPadException(java.lang.String message, java.lang.Throwable cause)
           
LaunchPadException(java.lang.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

LaunchPadException

public LaunchPadException()

LaunchPadException

public LaunchPadException(java.lang.String message)

LaunchPadException

public LaunchPadException(java.lang.String message,
                          java.lang.Throwable cause)

LaunchPadException

public LaunchPadException(java.lang.Throwable cause)

TPTP 4.6.0 Platform Project
Public API Specification