infovis.io
Class WrongFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by infovis.io.WrongFormatException
All Implemented Interfaces:
Serializable

public class WrongFormatException
extends RuntimeException

Exception sent by Readers when witnessing a wrong format.

Version:
$Revision$
Author:
Jean-Daniel Fekete
See Also:
Serialized Form

Field Summary
 Object witness
          Object witnessing the format was wrong.
 
Constructor Summary
WrongFormatException()
          Constructor for WrongFormatException.
WrongFormatException(String message)
          Constructor for WrongFormatException.
WrongFormatException(String message, Throwable cause)
          Constructor for WrongFormatException.
WrongFormatException(Throwable cause)
          Constructor for WrongFormatException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

witness

public Object witness
Object witnessing the format was wrong.

Constructor Detail

WrongFormatException

public WrongFormatException()
Constructor for WrongFormatException.


WrongFormatException

public WrongFormatException(String message)
Constructor for WrongFormatException.

Parameters:
message -

WrongFormatException

public WrongFormatException(String message,
                            Throwable cause)
Constructor for WrongFormatException.

Parameters:
message -
cause -

WrongFormatException

public WrongFormatException(Throwable cause)
Constructor for WrongFormatException.

Parameters:
cause -


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.