public class CoreMidiException extends Exception
| Constructor and Description |
|---|
CoreMidiException(String message)
Default constructor
|
CoreMidiException(String message,
Throwable cause)
Constructor with an underlying cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoreMidiException(String message)
message - The error message to include in the exceptionpublic CoreMidiException(String message, Throwable cause)
message - the error message to include in the exceptioncause - the underlying exception or other throwable being wrappedCopyright © 2017. All rights reserved.