cz.zcu.fav.kiv.editor.controller.errors
Class OpenFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by cz.zcu.fav.kiv.editor.controller.errors.OpenFileException
All Implemented Interfaces:
java.io.Serializable

public class OpenFileException
extends java.lang.Throwable
implements java.io.Serializable

The OpenFileException class is used for reporting errors rised during opening XSL stylesheet files.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova
See Also:
Serialized Form

Constructor Summary
OpenFileException()
          Initializes a newly created empty OpenFileException.
OpenFileException(java.lang.String message)
          Initializes a newly created empty OpenFileException with specified message.
 
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

OpenFileException

public OpenFileException()
Initializes a newly created empty OpenFileException.


OpenFileException

public OpenFileException(java.lang.String message)
Initializes a newly created empty OpenFileException with specified message.

Parameters:
message - the message decribing the rised error.