Package 

Class SimbotIllegalStateException

  • All Implemented Interfaces:
    java.io.Serializable , love.forte.simbot.SimbotError , love.forte.simbot.SimbotIllegalStateError , love.forte.simbot.SimbotRuntimeError

    
    public class SimbotIllegalStateException
    extends IllegalStateException implements SimbotIllegalStateError
                        

    simbot 的 IllegalStateException 异常实例。

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Throwable cause
      private final String message
    • Method Summary

      Modifier and Type Method Description
      Throwable getCause()
      String getMessage()
      • Methods inherited from class java.lang.Exception

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

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

      • SimbotIllegalStateException

        SimbotIllegalStateException()
      • SimbotIllegalStateException

        SimbotIllegalStateException(String s)
      • SimbotIllegalStateException

        SimbotIllegalStateException(String message, Throwable cause)
      • SimbotIllegalStateException

        SimbotIllegalStateException(Throwable cause)