Class UnsupportedLanguage
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.classmgr.UnsupportedLanguage
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class UnsupportedLanguage extends DataClayException
This class represents the exceptions produced in ClassManager module when you try to do some type of operation and the RunTime doesn't recognize or doesn't support the language code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedLanguage(CommonMessages.Langs lang)
This exception is produced when a class with name provided already exists
-
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
-
UnsupportedLanguage
public UnsupportedLanguage(CommonMessages.Langs lang)
This exception is produced when a class with name provided already exists- Parameters:
lang
- The language unsupported for the ongoing operation
-
-