액티비티 호출이 되지 않는데...

어떻게 해야 할지 모르겟습니다.ㅠㅠ

 

Intent intent2 = new Intent(CaptureActivityHandler.this, _InputUserPassword.class);
startActivity(intent2);

 

이렇게 하면

The Constructor Intent(CaptureActivityHandler, CLASS<_InputUserPassword>)is undifined

The method startActivity(intent2) is undifined for the type CaptureActivityHandler

 

이런 오류가 생기네요..;;

 

 

public final class CaptureActivityHandler extends Handler

 

상속을 Activity로 하지 않아서 그런가요???

 

어떻게 해결해야 하나요??