org.ow2.weblab.core.extended.exception
Class WebLabNotYetImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.weblab.core.extended.exception.WebLabUncheckedException
                  extended by org.ow2.weblab.core.extended.exception.WebLabNotYetImplementedException
All Implemented Interfaces:
java.io.Serializable

public class WebLabNotYetImplementedException
extends WebLabUncheckedException

RuntimeException to be thrown when a method is not implemented, or if a type of argument is not yet handle by the method.

Author:
Cassidian WebLab Team
See Also:
Serialized Form
Date:
2008-01-22

Constructor Summary
WebLabNotYetImplementedException()
          Default constructor
WebLabNotYetImplementedException(java.lang.String message)
           
WebLabNotYetImplementedException(java.lang.String message, java.lang.Throwable cause)
           
WebLabNotYetImplementedException(java.lang.Throwable cause)
           
 
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

WebLabNotYetImplementedException

public WebLabNotYetImplementedException(java.lang.String message)
Parameters:
message - The message

WebLabNotYetImplementedException

public WebLabNotYetImplementedException()
Default constructor


WebLabNotYetImplementedException

public WebLabNotYetImplementedException(java.lang.Throwable cause)
Parameters:
cause - The Throwable that causes the RuntimeException

WebLabNotYetImplementedException

public WebLabNotYetImplementedException(java.lang.String message,
                                        java.lang.Throwable cause)
Parameters:
message - The message
cause - The Throwable that causes the RuntimeException.


Copyright © 2004-2010. All Rights Reserved.