public final class UnimplementedCodeException extends RuntimeException
| Constructor and Description |
|---|
UnimplementedCodeException()
Construct a new exception without a specific cause.
|
UnimplementedCodeException(Throwable x)
Construct a new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnimplementedCodeException()
public UnimplementedCodeException(Throwable x)
x - The causeCopyright © 2017 <code@io7m.com> http://io7m.com