Class CalledFromWrongThreadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CalledFromWrongThreadException
    extends java.lang.RuntimeException
    올바르지 않은 스레드에서 메서드를 호출하면 발생하는 예외. 주로 지도에 추가되어 있는 오버레이의 속성을 메인이 아닌 스레드에서 접근하면 발생합니다.
    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

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

      • CalledFromWrongThreadException

        public CalledFromWrongThreadException()
        기본 생성자.