public class MLContextException extends RuntimeException
| Constructor and Description | 
|---|
| MLContextException() | 
| MLContextException(String message) | 
| MLContextException(String message,
                  boolean suppressStacktrace)Generate an exception and optionally suppress the stacktrace. | 
| MLContextException(String message,
                  Throwable cause) | 
| MLContextException(Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MLContextException()
public MLContextException(String message)
public MLContextException(Throwable cause)
public MLContextException(String message, boolean suppressStacktrace)
message - the exception messagesuppressStacktrace - true to suppress stacktrace, false otherwiseCopyright © 2020 The Apache Software Foundation. All rights reserved.