fmpp.util
Class InstallationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fmpp.util.ExceptionCC
              extended by fmpp.util.InstallationException
All Implemented Interfaces:
java.io.Serializable

public class InstallationException
extends ExceptionCC

There is a problem with the software environment.

See Also:
Serialized Form

Constructor Summary
InstallationException(java.lang.String s)
           
InstallationException(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class fmpp.util.ExceptionCC
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallationException

public InstallationException(java.lang.String s)

InstallationException

public InstallationException(java.lang.String s,
                             java.lang.Throwable cause)