public class UndeclaredIOException extends UndeclaredThrowableException
IOException
. Note that this exception should not be abused, i.e it should not be
used in place of IOException
. It should be used in the Juzu API used to develop an application, which
makes the IOException
transparent to the developer.Constructor and Description |
---|
UndeclaredIOException(IOException undeclaredIO) |
Modifier and Type | Method and Description |
---|---|
IOException |
getCause() |
getUndeclaredThrowable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UndeclaredIOException(IOException undeclaredIO)
public IOException getCause()
getCause
in class UndeclaredThrowableException
Copyright © 2015 eXo Platform SAS. All rights reserved.