Package com._1c.g5.v8.dt.erd.model
Class NoSuchMdObjectConvertExtension
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.erd.model.NoSuchMdObjectConvertExtension
- All Implemented Interfaces:
Serializable
Instance of this class should be thrown when no appropriate IConvert implementation found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.Constructor with 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
-
NoSuchMdObjectConvertExtension
public NoSuchMdObjectConvertExtension()Default Constructor. -
NoSuchMdObjectConvertExtension
Constructor with message.- Parameters:
msg
- - message that will be shown to user. Can't benull
;
-