Serializable
public class NotImplementedException extends RuntimeException
Description: An Error thrown when some functionality is not yet implemented. Mirrors the .NET exception of the same name
Copyright: Copyright (c) 2006
Constructor | Description |
---|---|
NotImplementedException() |
|
NotImplementedException(String message) |
|
NotImplementedException(String message,
Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.