Class NoRegisteredOperationFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.m2m.atl.profiler.core.exception.NoRegisteredOperationFoundException
- All Implemented Interfaces:
Serializable
An thrown when an operation isn't found.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoRegisteredOperationFoundException
Creates an exception with the given message.- Parameters:
msg
- the message
-