Package io.vertigo.core.lang
Class VSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertigo.core.lang.VSystemException
-
- All Implemented Interfaces:
Serializable
public class VSystemException extends RuntimeException
This class defines a Vertigo system exception.- Author:
- fconstantin, pchretien, npiedeloup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VSystemException(Exception e, String msg, Object... params)
Constructor.VSystemException(String msg, Object... params)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-