|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.stvconsultants.easygloss.GlossApplicationError
public class GlossApplicationError
A GlossApplicationError indicates that something went wrong
during application of the gloss.
| Constructor Summary | |
|---|---|
GlossApplicationError()
Creates a new instance of GlossApplicationError without
detail message. |
|
GlossApplicationError(java.lang.String msg)
Constructs an instance of GlossApplicationError with the
specified detail message. |
|
GlossApplicationError(java.lang.Throwable e)
Constructs an instance of GlossApplicationError with the
specified cause. |
|
| 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 GlossApplicationError()
GlossApplicationError without
detail message.
public GlossApplicationError(java.lang.String msg)
GlossApplicationError with the
specified detail message.
msg - the detail message.public GlossApplicationError(java.lang.Throwable e)
GlossApplicationError with the
specified cause.
e - the cause of the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||