|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--y.io.BadVersionException
Constructor Summary | |
BadVersionException()
Creates a new instance of BadVersionException without detail message. |
|
BadVersionException(byte found)
Creates a new instance of BadVersionException with detail message. |
|
BadVersionException(byte expected,
byte found)
Creates a new instance of BadVersionException without detail message. |
|
BadVersionException(String msg)
Constructs an instance of BadVersionException with the specified detail message. |
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 BadVersionException(byte found)
BadVersionException
with detail message.
public BadVersionException(byte expected, byte found)
BadVersionException
without detail message.
public BadVersionException()
BadVersionException
without detail message.
public BadVersionException(String msg)
BadVersionException
with the specified detail message.
msg
- the detail message.
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |