Package com.io7m.junreachable
Class UnimplementedCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.junreachable.UnimplementedCodeException
- All Implemented Interfaces:
Serializable
The type of exceptions thrown upon reaching code that is currently
unimplemented.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new exception without a specific cause.Construct a new exception with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedCodeException
public UnimplementedCodeException()Construct a new exception without a specific cause. -
UnimplementedCodeException
Construct a new exception with the given cause.- Parameters:
x- The cause
-