Package es.bsc.dataclay.exceptions
Class LanguageExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.LanguageExecutionException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
- Direct Known Subclasses:
JavaExecutionException
public abstract class LanguageExecutionException extends DataClayException
This class represents the exceptions produced in Execution Environment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LanguageExecutionException()
Constructor used for deserializationprotected
LanguageExecutionException(Throwable theLangException)
Constructor
-
Method Summary
-
Methods inherited from class es.bsc.dataclay.exceptions.DataClayException
asGrpcException, deserialize, equals, getErrorcode, getLocalizedMessage, hashCode, printStackTrace, serialize, setErrorCode, setExceptionMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LanguageExecutionException
protected LanguageExecutionException()
Constructor used for deserialization
-
LanguageExecutionException
protected LanguageExecutionException(Throwable theLangException)
Constructor- Parameters:
theLangException
- Language exception
-
-