Class FrontEndException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--FrontEndException
All Implemented Interfaces:
java.io.Serializable

public class FrontEndException
extends java.lang.RuntimeException

Exception class utilized throughout the FrontEnd. Nothing special going in here.

See Also:
Serialized Form

Constructor Summary
FrontEndException(java.lang.String msg)
           
 
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

FrontEndException

public FrontEndException(java.lang.String msg)