public class NotImplementedException extends java.lang.UnsupportedOperationException implements ExceptionWrapper
Constructor and Description |
---|
NotImplementedException(java.lang.String message) |
NotImplementedException(java.lang.String message,
java.lang.Throwable e) |
NotImplementedException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
static java.lang.UnsupportedOperationException |
create(java.lang.Exception e) |
java.lang.Throwable |
getRootCause() |
void |
printStackTrace(java.io.PrintStream out)
Prints the stack trace.
|
void |
printStackTrace(java.io.PrintWriter out)
Prints the stack trace.
|
public NotImplementedException(java.lang.String message)
public NotImplementedException(java.lang.String message, java.lang.Throwable e)
public NotImplementedException(java.lang.Throwable e)
public static java.lang.UnsupportedOperationException create(java.lang.Exception e)
public java.lang.Throwable getRootCause()
getRootCause
in interface ExceptionWrapper
public void printStackTrace(java.io.PrintWriter out)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable