Class ViatraBaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.viatra.query.runtime.matchers.ViatraQueryRuntimeException
-
- org.eclipse.viatra.query.runtime.base.exception.ViatraBaseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ViatraBaseException extends ViatraQueryRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EMPTY_REF_LIST
static java.lang.String
INVALID_EMFROOT
-
Constructor Summary
Constructors Constructor Description ViatraBaseException(java.lang.String s)
-
-
-
Field Detail
-
EMPTY_REF_LIST
public static final java.lang.String EMPTY_REF_LIST
- See Also:
- Constant Field Values
-
INVALID_EMFROOT
public static final java.lang.String INVALID_EMFROOT
- See Also:
- Constant Field Values
-
-