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

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

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

The SaveFileException class is used for reporting errors rised during saving XSL stylesheet files.

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

Constructor Summary
SaveFileException(java.lang.Throwable t)
          Initializes a newly created empty SaveFileException with the rised error.
 
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

SaveFileException

public SaveFileException(java.lang.Throwable t)
Initializes a newly created empty SaveFileException with the rised error.

Parameters:
t - the rised error.