Carbide.c++

com.nokia.carbide.cpp.sdk.core
Class SDKEnvInfoFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nokia.carbide.cpp.sdk.core.SDKEnvInfoFailureException
All Implemented Interfaces:
java.io.Serializable

public class SDKEnvInfoFailureException
extends java.lang.Exception

Exception thrown in case something fails when trying find out facts about current SDK/Platform environment tools.

See Also:
Serialized Form

Constructor Summary
SDKEnvInfoFailureException()
          Default constructor.
SDKEnvInfoFailureException(java.lang.String message)
          Constructor with attached message.
 
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

SDKEnvInfoFailureException

public SDKEnvInfoFailureException()
Default constructor.


SDKEnvInfoFailureException

public SDKEnvInfoFailureException(java.lang.String message)
Constructor with attached message.

Parameters:
message - Informative message about situation causing the exception.

Carbide.c++