com.mucommander.ui.viewer
Class WarnUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mucommander.ui.viewer.WarnUserException
All Implemented Interfaces:
java.io.Serializable

public class WarnUserException
extends java.lang.Exception

This exception is thrown by ViewerFactory and EditorFactory when the user should be warned about something before going ahead with viewing/editing a file. Throwable.getMessage() contains the message to display to the user.

Author:
Maxence Bernard
See Also:
Serialized Form

Constructor Summary
WarnUserException(java.lang.String localizedMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WarnUserException

public WarnUserException(java.lang.String localizedMessage)


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard