ExpandVetoException
ExpandVetoException (확장/축소 중단 예외)
ExpandVetoException은 확장(expand) 또는 축소(collapse)가 일어나는 것을 중단하는 데 사용하는 예외예요. 추가 정보와 예시는 The Java Tutorial의 "How to Write a Tree-Will-Expand Listener"에서 확인할 수 있어요.
본문
이 예외는 Exception을 상속하며 직렬화 가능해요.
필드
protected TreeExpansionEvent event— 이 예외가 생성된 이벤트예요.
생성자
ExpandVetoException(TreeExpansionEvent event)— 메시지가 없는ExpandVetoException객체를 생성해요.ExpandVetoException(TreeExpansionEvent event, String message)— 지정된 메시지로ExpandVetoException객체를 생성해요.
메서드
java.lang.Throwable에 선언된 메서드(addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString)와 java.lang.Object에 선언된 메서드(clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait)를 상속받아요.