Class BHMethodIsNotFoundInVTable
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jetbrains.mps.core.aspects.behaviour.api.BHMethodIsNotFoundInVTable
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class BHMethodIsNotFoundInVTable extends RuntimeException
Thrown whenever the method could not be found via the specific BHDescriptor virtual table- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BHMethodIsNotFoundInVTable(BHDescriptor descriptor, SMethod<?> method) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BHMethodIsNotFoundInVTable
public BHMethodIsNotFoundInVTable(@NotNull BHDescriptor descriptor, @NotNull SMethod<?> method)
 
 - 
 
 -