public class ToolRenderException extends IOException
| Constructor and Description |
|---|
ToolRenderException(String message)
Alternate constructor indicating that this exception is the root cause.
|
ToolRenderException(String message,
Throwable throwable)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getThrowable()
Retrieve the exception which caused this exception to be rethrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ToolRenderException(String message, Throwable throwable)
message - the exception messagethrowable - the root cause.public ToolRenderException(String message)
message - the exception messagepublic Throwable getThrowable()
Copyright © 2003–2016 Sakai Project. All rights reserved.