public class OpenFileException
extends java.lang.Throwable
implements java.io.Serializable
OpenFileException class is used for reporting errors rised during opening XSL
stylesheet files.| Constructor and Description |
|---|
OpenFileException()
Initializes a newly created empty
OpenFileException. |
OpenFileException(java.lang.String message)
Initializes a newly created empty
OpenFileException with specified message. |
public OpenFileException()
OpenFileException.public OpenFileException(java.lang.String message)
OpenFileException with specified message.message - the message decribing the rised error.