hep.graphics.heprep
Class HepRepConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hep.graphics.heprep.HepRepConversionException
All Implemented Interfaces:
Serializable

public class HepRepConversionException
extends RuntimeException

Exception used to indicate failure of conversion to HepRep.

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

Constructor Summary
HepRepConversionException()
          Default HepRep Conversion Exception
HepRepConversionException(String msg)
          HepRep Conversion Exception with message
HepRepConversionException(String msg, Throwable cause)
          HepRep Conversion Exception with message and cause
HepRepConversionException(Throwable cause)
          HepRep Conversion Exception with cause
 
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

HepRepConversionException

public HepRepConversionException()
Default HepRep Conversion Exception


HepRepConversionException

public HepRepConversionException(String msg)
HepRep Conversion Exception with message

Parameters:
msg - specific message

HepRepConversionException

public HepRepConversionException(Throwable cause)
HepRep Conversion Exception with cause

Parameters:
cause - underlying exception

HepRepConversionException

public HepRepConversionException(String msg,
                                 Throwable cause)
HepRep Conversion Exception with message and cause

Parameters:
msg - specific message
cause - underlying exception


Copyright © 2000-2007 FreeHEP. All Rights Reserved.