it.stefanochizzolini.clown.util
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
it.stefanochizzolini.clown.util.NotImplementedException
- All Implemented Interfaces:
- Serializable
public class NotImplementedException
- extends UnsupportedOperationException
Exception thrown to indicate that a block of code has not been implemented yet.
- Since:
- 0.0.3
- Version:
- 0.0.3
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotImplementedException
public NotImplementedException()
NotImplementedException
public NotImplementedException(String message)
NotImplementedException
public NotImplementedException(String message,
Throwable cause)
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.