Class FCException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int _code
      For internal use only.
    • Constructor Summary

      Constructors 
      Constructor Description
      FCException()  
      FCException​(java.lang.String s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      • 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
    • Field Detail

      • _code

        protected int _code
        For internal use only. Use getCode() instead.
    • Constructor Detail

      • FCException

        public FCException()
      • FCException

        public FCException​(java.lang.String s)
    • Method Detail

      • getCode

        public int getCode()