public class WaveException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The constant used for serialization.
|
| Constructor and Description |
|---|
WaveException(Throwable t)
Constructor without custom message.
|
WaveException(Wave wave)
Constructor without base exception.
|
WaveException(Wave wave,
Throwable t)
Constructor with message and throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public WaveException(Wave wave, Throwable t)
wave - the wave which fails.t - the base exception thrownpublic WaveException(Wave wave)
wave - the wave which fails.public WaveException(Throwable t)
t - the base exception thrownCopyright © 2011–2014 JRebirth OSS. All rights reserved.