|
Sharkysoft home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--lava.io.StreamFormatException
Indicates incompatible stream format.
Details: A StreamFormatException indicates that the data read from a stream does not conform to the rules defined for the type of stream being read.
FileFormatException, Serialized Form| Constructor Summary | |
StreamFormatException()
Initializes a new StreamFormatException with no detail message. |
|
StreamFormatException(java.lang.String s)
Initializes a new StreamFormatException with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StreamFormatException()
StreamFormatException with no detail message.public StreamFormatException(java.lang.String s)
StreamFormatException with the specified detail message.s - the detail message
|
Sharkysoft home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||