public class OutOfRangeException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
OutOfRangeException.Range |
| Constructor and Description |
|---|
OutOfRangeException(Exception ex,
OutOfRangeException.Range range) |
OutOfRangeException(String message) |
| Modifier and Type | Method and Description |
|---|---|
OutOfRangeException.Range |
getRange() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OutOfRangeException(Exception ex, OutOfRangeException.Range range)
public OutOfRangeException(String message)
public OutOfRangeException.Range getRange()
Copyright © 2015 jsolve. All rights reserved.