Package com.facebook.buck.io.file
Class FileScrubber.ScrubException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.facebook.buck.io.file.FileScrubber.ScrubException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FileScrubber
public static class FileScrubber.ScrubException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScrubException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScrubException
public ScrubException(String msg)
-
-