com.createtank.elemenope
Class ElemenopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.createtank.elemenope.ElemenopeException
All Implemented Interfaces:
java.io.Serializable

public class ElemenopeException
extends java.lang.Exception

Generic exception class for elemenope framework.

Author:
John Joseph Roets [joe@createtank.com]
See Also:
Serialized Form

Constructor Summary
ElemenopeException()
          Creates a new instance of ElemenopeException without detail message.
ElemenopeException(java.lang.String msg)
          Constructs an instance of ElemenopeException with the specified detail 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

ElemenopeException

public ElemenopeException()
Creates a new instance of ElemenopeException without detail message.


ElemenopeException

public ElemenopeException(java.lang.String msg)
Constructs an instance of ElemenopeException with the specified detail message.

Parameters:
msg - the detail message.