|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
verinec.VerinecException
public class VerinecException
Base exception for verinec.
Currently, it is nothing else than a normal exception.
todo: develop exception concept.
| Constructor Summary | |
|---|---|
VerinecException()
Currently we do nothing special, just forward to the Exception class. |
|
VerinecException(String message)
Currently we do nothing special, just forward to the Exception class. |
|
VerinecException(String message,
Throwable cause)
Currently we do nothing special, just forward to the Exception class. |
|
VerinecException(Throwable cause)
Currently we do nothing special, just forward to the Exception class. |
|
| 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 VerinecException()
public VerinecException(String message)
message - The message to display to the user.
public VerinecException(String message,
Throwable cause)
message - The message to display to the user.cause - Exception that makes you throw this VerinecException.public VerinecException(Throwable cause)
cause - Exception that makes you throw this VerinecException.
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||