Class APIGenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediation.commons.rest.api.swagger.APIGenException
-
- All Implemented Interfaces:
Serializable
public class APIGenException extends Exception
Custom exception for API generation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description APIGenException()
APIGenException(String message)
APIGenException(String message, Throwable cause)
APIGenException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-