public class WaveException extends Exception
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, toString
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–2016 JRebirth OSS. All rights reserved.