jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class MissingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.tif.jacob.core.exception.MissingPropertyException
All Implemented Interfaces:
java.io.Serializable

public class MissingPropertyException
extends java.lang.RuntimeException

This exception indicates that an certain configuration property is missing.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Constructor Summary
MissingPropertyException(java.lang.String propertyName)
          Constructs the MissingPropertyException.
MissingPropertyException(java.lang.String message, java.lang.String propertyName)
          Constructs the MissingPropertyException.
 
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
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

MissingPropertyException

public MissingPropertyException(java.lang.String message,
                                java.lang.String propertyName)
Constructs the MissingPropertyException.

Parameters:
message - an additional message
propertyName - the name of the missing property

MissingPropertyException

public MissingPropertyException(java.lang.String propertyName)
Constructs the MissingPropertyException.

Parameters:
propertyName - the name of the missing property

jACOB 2.7 API Documentation.