sv
Class SVException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysv.SVException
All Implemented Interfaces:
java.io.Serializable

public class SVException
extends java.lang.Exception

The sv exception extends java.lang.Exception an may be used to signalize exptions which are thrown because of inconvinient behaviour of the game (cause by illegal procedure-calls i.e.); for debugging purposes only.

Author:
florian
See Also:
Serialized Form

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

SVException

public SVException(java.lang.String s)