- UDocumentation - Class in com.io7m.junreachable.documentation
-
Functions for retrieving the documentation.
- UDocumentation() - Constructor for class com.io7m.junreachable.documentation.UDocumentation
-
- UnimplementedCodeException - Exception in com.io7m.junreachable
-
The type of exceptions thrown upon reaching code that is currently
unimplemented.
- UnimplementedCodeException() - Constructor for exception com.io7m.junreachable.UnimplementedCodeException
-
Construct a new exception without a specific cause.
- UnimplementedCodeException(Throwable) - Constructor for exception com.io7m.junreachable.UnimplementedCodeException
-
Construct a new exception with the given cause.
- UnreachableCodeException - Exception in com.io7m.junreachable
-
The type of exceptions thrown upon reaching code that was expected to be
unreachable.
- UnreachableCodeException() - Constructor for exception com.io7m.junreachable.UnreachableCodeException
-
Construct a new exception without a specific cause.
- UnreachableCodeException(Throwable) - Constructor for exception com.io7m.junreachable.UnreachableCodeException
-
Construct a new exception with the given cause.