|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pl.edu.agh.cast.editor.EditorException
public class EditorException
Base editor exception class.
Constructor Summary | |
---|---|
EditorException()
Default empty constructor. |
|
EditorException(String message)
Constructor. |
|
EditorException(String message,
Throwable cause)
Constructor. |
|
EditorException(Throwable cause)
Constructor. |
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 EditorException()
public EditorException(String message)
message
- the detail messagepublic EditorException(Throwable cause)
cause
- Throwable
that caused this exceptionpublic EditorException(String message, Throwable cause)
message
- the detail messagecause
- Throwable
that caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |