Class AtlResourceImpl.ATLIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.m2m.atl.emftvm.compiler.AtlResourceImpl.ATLIOException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AtlResourceImpl
IOException with nested Exception.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newAtlResourceImpl.ATLIOException.ATLIOException(String message) Creates a newAtlResourceImpl.ATLIOException.ATLIOException(String message, Throwable cause) Creates a newAtlResourceImpl.ATLIOException.ATLIOException(Throwable cause) Creates a newAtlResourceImpl.ATLIOException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ATLIOException
public ATLIOException()Creates a newAtlResourceImpl.ATLIOException. -
ATLIOException
Creates a newAtlResourceImpl.ATLIOException.- Parameters:
message- the error messagecause- the nested exception
-
ATLIOException
Creates a newAtlResourceImpl.ATLIOException.- Parameters:
message- the error message
-
ATLIOException
Creates a newAtlResourceImpl.ATLIOException.- Parameters:
cause- the nested exception
-