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
public class V8LibraryException extends RuntimeException
The exception thrown when V8 library process fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description V8LibraryException()
Instantiates 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 Detail
-
V8LibraryException
public V8LibraryException()
Instantiates a new exception with default message.
-
V8LibraryException
public V8LibraryException(String message)
Instantiates a new exception with the specified message.- Parameters:
message
- the message
-
-