net.dpml.library
Class FeatureRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.dpml.library.FeatureRuntimeException
All Implemented Interfaces:
Serializable

public class FeatureRuntimeException
extends RuntimeException

A FeatureRuntimeException is thrown when a requested for a feature cannot be resolved.

Version:
1.1.2
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
FeatureRuntimeException(String message)
          Creation of a new FeatureRuntimeException.
FeatureRuntimeException(String message, Throwable cause)
          Creation of a new FeatureRuntimeException.
 
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

FeatureRuntimeException

public FeatureRuntimeException(String message)
Creation of a new FeatureRuntimeException.

Parameters:
message - the exception message

FeatureRuntimeException

public FeatureRuntimeException(String message,
                               Throwable cause)
Creation of a new FeatureRuntimeException.

Parameters:
message - the exception message
cause - the causal excetion