net.sf.doolin.util
Class NYIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.doolin.util.NYIException
All Implemented Interfaces:
Serializable

public class NYIException
extends RuntimeException

This exception can be used to notify that a method is not yet implemented.

Author:
Damien Coraboeuf
See Also:
Serialized Form

Constructor Summary
NYIException(String message)
          Constructor
 
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

NYIException

public NYIException(String message)
Constructor

Parameters:
message - Message


Copyright © 2011. All Rights Reserved.