|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.clackrouter.packets.VNSInvalidPacketException
public class VNSInvalidPacketException
Encapsulates an exception that is thrown when a packet supplied to a constuctor or method is not of corrent type.
| Constructor Summary | |
|---|---|
VNSInvalidPacketException()
Constucts an invalid packet exception. |
|
VNSInvalidPacketException(java.lang.String message)
Constucts an invalid packet exception. |
|
| 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 VNSInvalidPacketException()
public VNSInvalidPacketException(java.lang.String message)
message - A message pertaining to the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||