Package com.checkmarx.ast.wrapper
Class CxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.checkmarx.ast.wrapper.CxException
-
- All Implemented Interfaces:
Serializable
public class CxException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CxException(int exitCode, String 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
-
CxException
public CxException(int exitCode, String message)
-
-