org.weblab_project.core.exception
Class WebLabNotYetImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.weblab_project.core.exception.WebLabUncheckedException
org.weblab_project.core.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:
- EADS WebLab Team
- See Also:
- Serialized Form
- Date:
- 2008-01-22
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 |
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 messagecause
- The Throwable
that causes the RuntimeException.
Copyright © 2004-2009. All Rights Reserved.