hep.graphics.heprep
Class HepRepVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by hep.graphics.heprep.HepRepVersionException
All Implemented Interfaces:
Serializable

public class HepRepVersionException
extends IOException

Exception thrown when there is a version mismatch or the HepRep version could not be deduced.

Version:
$Id: HepRepVersionException.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann
See Also:
Serialized Form

Constructor Summary
HepRepVersionException()
          Default HepRep Version Exception
HepRepVersionException(String msg)
          HepRep Version Exception with 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

HepRepVersionException

public HepRepVersionException()
Default HepRep Version Exception


HepRepVersionException

public HepRepVersionException(String msg)
HepRep Version Exception with message

Parameters:
msg - message


Copyright © 2000-2007 FreeHEP. All Rights Reserved.