|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.vizzini.VizziniException
public class VizziniException
Provides a base exception for the game framework.
| Constructor Summary | |
|---|---|
VizziniException()
Construct this object. |
|
VizziniException(String message)
Construct this object with the given message. |
|
VizziniException(String message,
Throwable cause)
Construct this object with the given message and cause. |
|
VizziniException(Throwable cause)
Construct this object with the given 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 VizziniException()
public VizziniException(String message)
message - Message to include with the exception.public VizziniException(Throwable cause)
cause - The cause.
public VizziniException(String message,
Throwable cause)
message - Message to include with the exception.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |