Agent System POND 1.0 (1.7.2000)

FIM.Util.Coder
Class WrongFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--FIM.Util.Coder.WrongFormatException

public class WrongFormatException
extends IOException

Signifies that the encoder or decoder ancountered information that is not correct according to the specification of the format.

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
Serialized Form

Constructor Summary
WrongFormatException()
          Constructs an WrongFormatException with the detail message "Wrong format".
WrongFormatException(String s)
          Constructs an WrongFormatException 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

WrongFormatException

public WrongFormatException(String s)
Constructs an WrongFormatException with the specified detail message.
Parameters:
detail - the detail message

WrongFormatException

public WrongFormatException()
Constructs an WrongFormatException with the detail message "Wrong format".

Agent System POND 1.0 (1.7.2000)

Submit a bug

Copyright 2000 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.