|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
y.io.BadVersionException
public class 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. |
|
| 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 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-2008, yWorks GmbH. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||