com.caucho.util
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.caucho.util.NotImplementedException
- All Implemented Interfaces:
- ExceptionWrapper, java.io.Serializable
public class NotImplementedException
- extends java.lang.UnsupportedOperationException
- implements ExceptionWrapper
A better name for stubbed out interfaces.
- See Also:
- Serialized Form
Method Summary |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotImplementedException
public NotImplementedException(java.lang.String message)
NotImplementedException
public NotImplementedException(java.lang.String message,
java.lang.Throwable e)
NotImplementedException
public NotImplementedException(java.lang.Throwable e)
create
public static java.lang.UnsupportedOperationException create(java.lang.Exception e)
getRootCause
public java.lang.Throwable getRootCause()
- Specified by:
getRootCause
in interface ExceptionWrapper
printStackTrace
public void printStackTrace(java.io.PrintWriter out)
- Prints the stack trace.
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream out)
- Prints the stack trace.
- Overrides:
printStackTrace
in class java.lang.Throwable