Package com._1c.g5.v8.dt.project.library
Class V8LibraryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.project.library.V8LibraryException
- All Implemented Interfaces:
Serializable
The exception thrown when V8 library process fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new exception with default message.V8LibraryException
(String message) Instantiates a new exception with the specified 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
-
V8LibraryException
public V8LibraryException()Instantiates a new exception with default message. -
V8LibraryException
Instantiates a new exception with the specified message.- Parameters:
message
- the message
-