edu.uci.ics.jung.exceptions
Class FatalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.uci.ics.jung.exceptions.FatalException
All Implemented Interfaces:
Serializable

public class FatalException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FatalException(String s)
           
FatalException(String s, Throwable cause)
           
 
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

FatalException

public FatalException(String s)

FatalException

public FatalException(String s,
                      Throwable cause)