Package org.eclipse.xtext.util
Class RuntimeIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.xtext.util.RuntimeIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuntimeIOException extends java.lang.RuntimeExceptionThe purpose of this exception is to wrap checked exceptions that occurred while accessing the file system, i.e.IOException.- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException()RuntimeIOException(java.lang.String message)RuntimeIOException(java.lang.String message, java.lang.Throwable cause)RuntimeIOException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RuntimeIOException
public RuntimeIOException()
-
RuntimeIOException
public RuntimeIOException(java.lang.String message)
-
RuntimeIOException
public RuntimeIOException(java.lang.String message, java.lang.Throwable cause)
-
RuntimeIOException
public RuntimeIOException(java.lang.Throwable cause)
-
-