com.ibm.zosconnect.buildtoolkit

Class InvalidSwaggerException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.zosconnect.buildtoolkit.InvalidSwaggerException
  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidSwaggerException
    extends java.lang.Exception
    Thrown to indicate that input swagger file is invalid.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSwaggerException

        public InvalidSwaggerException(java.lang.String message)
      • InvalidSwaggerException

        public InvalidSwaggerException(java.lang.String message,
                                       java.lang.Throwable cause)