Package com.benesult.vivjson
Class VivException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.benesult.vivjson.VivException
- All Implemented Interfaces:
Serializable
Exception for VivJson.
Refer to:
Note that this code is made from scratch. The source code of the above WEB sites is not used.Environment: Java 9 or later
Last modified: 2025-03-29
- Author:
- Fumiaki Motegi (motegi@benesult.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VivException
Constructs VivJson's exception.- Parameters:
message
- Error message
-