SVM
Class SVMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by SVM.SVMException
All Implemented Interfaces:
java.io.Serializable

public class SVMException
extends java.lang.Exception

Used to indicate an error during the SVM process
This exception was created to be caught by AutoPilot

Author:
davidc
See Also:
Serialized Form

Constructor Summary
SVMException()
           
SVMException(java.lang.String arg0)
           
SVMException(java.lang.String arg0, java.lang.Throwable arg1)
           
SVMException(java.lang.Throwable arg0)
           
 
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
 

Constructor Detail

SVMException

public SVMException()

SVMException

public SVMException(java.lang.String arg0)

SVMException

public SVMException(java.lang.String arg0,
                    java.lang.Throwable arg1)

SVMException

public SVMException(java.lang.Throwable arg0)