|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.sf.japaki.basic.OutOfRangeException
public class OutOfRangeException
Thrown to indicate that an argument has a value outside of the valid range.
| Constructor Summary | |
|---|---|
OutOfRangeException()
Constructs a new exception without detail message. |
|
OutOfRangeException(String s)
Constructs a new exception with the specified detail message. |
|
OutOfRangeException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
OutOfRangeException(Throwable cause)
Constructs a new exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutOfRangeException()
public OutOfRangeException(String s)
Throwable for details.
public OutOfRangeException(String message,
Throwable cause)
Throwable for details.
public OutOfRangeException(Throwable cause)
Throwable for details.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||