tools.jinnide
Class JinniEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tools.jinnide.JinniEngineException
All Implemented Interfaces:
java.io.Serializable

public class JinniEngineException
extends java.lang.Exception
implements java.io.Serializable

a special exception thrown by the methods of any implementation of IJinniEngine

Version:
Cassandra
Author:
Wolfgang Chico Toepfer
See Also:
Serialized Form

Constructor Summary
JinniEngineException()
          creates an instance of JinniEngineException without message
JinniEngineException(java.lang.String msg)
          creates an instance of JinniEngineException with a 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JinniEngineException

public JinniEngineException()
creates an instance of JinniEngineException without message


JinniEngineException

public JinniEngineException(java.lang.String msg)
creates an instance of JinniEngineException with a message

Parameters:
msg - the message to be used