public final class NotImplementedException
extends java.lang.RuntimeException
RuntimeException
for unimplemented methods. The empty
constructor tries to get the method resp. the class name the exception has been thrown.
This class should be used everywhere where the Apache commons one can not (because the library is not imported, for instance).
NotImplementedException
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
NotImplementedException.StackTraceExtractor
An automatic stack trace extractor.
|
Constructor and Description |
---|
NotImplementedException() |
NotImplementedException(java.lang.String message) |
NotImplementedException(java.lang.String message,
java.lang.Throwable cause) |
NotImplementedException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the error message for this exception.
|
public NotImplementedException()
public NotImplementedException(java.lang.String message)
public NotImplementedException(java.lang.Throwable cause)
public NotImplementedException(java.lang.String message, java.lang.Throwable cause)
public final java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()