public class UncheckedException extends RuntimeException
| Constructor and Description |
|---|
UncheckedException() |
UncheckedException(String message) |
UncheckedException(String message,
Throwable cause) |
UncheckedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UncheckedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedException()
public UncheckedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UncheckedException(String message)
public UncheckedException(Throwable cause)
Copyright © 2019 Electronic Arts Inc. All rights reserved.