Class BHMethodNotFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jetbrains.mps.core.aspects.behaviour.api.BHMethodNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class BHMethodNotFoundException extends RuntimeException
Thrown whenever the method could not be found via the specific BHDescriptor- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BHMethodNotFoundException(String message)BHMethodNotFoundException(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 
 - 
 
 -