org.assertj.core.util
Class FilesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.assertj.core.util.FilesException
All Implemented Interfaces:
Serializable

public final class FilesException
extends RuntimeException

Exception thrown by Files.

Author:
Yvonne Wang
See Also:
Serialized Form

Constructor Summary
FilesException(String message)
          Creates a new FilesException.
FilesException(String message, Throwable cause)
          Creates a new FilesException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilesException

public FilesException(String message)
Creates a new FilesException.

Parameters:
message - the detail message.

FilesException

public FilesException(String message,
                      Throwable cause)
Creates a new FilesException.

Parameters:
message - the detail message.
cause - the cause of the error.


Copyright © 2013–2015 AssertJ. All rights reserved.