com.informationkinematics.imsforward
Class EnvVarNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.informationkinematics.imsforward.EnvVarNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EnvVarNotFoundException
extends java.lang.Exception

Title: EnvVarNotFoundException
Description: Stores com.informationkinematics.imsforward.Environment's exception messages.
Copyright: Copyright (c) 2001 by Information Kinematics under GNU General Public License (see package description for more information)
Company: Information Kinematics

Version:
0.9.2
Author:
Florian Steinsiepe, Adrian Zaugg
See Also:
Serialized Form

Field Summary
private  java.lang.String sEnvVarName
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
EnvVarNotFoundException()
          Calls superclass' empty constructor.
EnvVarNotFoundException(java.lang.String sMessage, java.lang.String sEnvVarName)
          Calls superclass' constructor with sMessage and stores sEnvVarName internally.
 
Method Summary
 java.lang.String getEnvVarName()
          Returns the (OS-specifically formatted) name of the environment variable for which the value couldn't be determined. return java.lang.String
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

sEnvVarName

private java.lang.String sEnvVarName
Constructor Detail

EnvVarNotFoundException

public EnvVarNotFoundException()
Calls superclass' empty constructor.

EnvVarNotFoundException

public EnvVarNotFoundException(java.lang.String sMessage,
                               java.lang.String sEnvVarName)
Calls superclass' constructor with sMessage and stores sEnvVarName internally.
Parameters:
sMessage - java.lang.String
sEnvVarName - java.lang.String
Method Detail

getEnvVarName

public java.lang.String getEnvVarName()
Returns the (OS-specifically formatted) name of the environment variable for which the value couldn't be determined. return java.lang.String