|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
cz.zcu.fav.kiv.editor.controller.errors.OpenFileException
public class OpenFileException
The OpenFileException
class is used for reporting errors rised during opening XSL
stylesheet files.
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 |
---|
public OpenFileException()
OpenFileException
.
public OpenFileException(java.lang.String message)
OpenFileException
with specified message.
message
- the message decribing the rised error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |