org.eodisp.util.configuration
Class OperationNotApplicableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eodisp.util.configuration.OperationNotApplicableException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotApplicableException
extends java.lang.RuntimeException

Thrown to indicate that the operation called is not applicable for the instance it was called upon. Thrown if Configuration.Entry.getInt() is called but the type of the entry is not Integer.TYPE and alike for other configuration entry types.

Version:
$Id: OperationNotApplicableException.java 2094 2006-05-15 13:28:33Z ibirrer $
Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
OperationNotApplicableException(java.lang.String 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

OperationNotApplicableException

public OperationNotApplicableException(java.lang.String message)
Parameters:
message - error message