Package de.scravy.bedrock
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.scravy.bedrock.NotImplementedException
- All Implemented Interfaces:
Serializable
public class NotImplementedException extends RuntimeException
Thrown when a method (for example when implementing an interface) is
not (yet) implemented by the implementation.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotImplementedException()NotImplementedException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException() -
NotImplementedException
-