|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jqurantree.core.error.JQuranTreeException
public class JQuranTreeException
A JQuranTreeException is thrown by the API when an error occurs.
| Constructor Summary | |
|---|---|
JQuranTreeException(java.lang.String message)
Creates a new JQuranTreeException with the specified error
message. |
|
JQuranTreeException(java.lang.String message,
java.lang.Exception exception)
Creates a new JQuranTreeException with an error message and
an exception indicating the cause of the 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 |
|---|
public JQuranTreeException(java.lang.String message)
JQuranTreeException with the specified error
message.
message - the error message
public JQuranTreeException(java.lang.String message,
java.lang.Exception exception)
JQuranTreeException with an error message and
an exception indicating the cause of the error
message - the error messageexception - an exception indicating the cause of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||