Class ClassInIncludesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.classmgr.ClassInIncludesException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class ClassInIncludesException extends DataClayException
This class represents the exceptions produced in ClassManager module when you a class is included by some property, operation or implementation and must not.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassInIncludesException(NamespaceID namespaceID, String className)
This exception is produced when a property, operation or implementation includes the class
-
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
-
ClassInIncludesException
public ClassInIncludesException(NamespaceID namespaceID, String className)
This exception is produced when a property, operation or implementation includes the class- Parameters:
namespaceID
- ID of the namespaceclassName
- Name of the class
-
-