Java org.apache.commons.vfs2 FileSystemException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2 FileSystemException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2 FileSystemException.

The text is from its open source code.

Constructor

FileSystemException(final String code)
Constructs exception with the specified detail message.
FileSystemException(final Throwable throwable)
Constructs wrapper exception.
FileSystemException(final String code, final Object info0, final Throwable throwable)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Object[] info, final Throwable throwable)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Throwable throwable, final Object... info)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Object info0)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Object... info)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Throwable throwable)
Constructs exception with the specified detail message.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetCode()
Retrieves error code of the exception.
StringgetMessage()
Retrieves message from bundle.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.