Class SCMethodException

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

public class SCMethodException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  java.util.Vector exlist
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SCMethodException()
           
 
Method Summary
(package private)  java.util.Vector get_exlist()
           
(package private)  void set_exlist(java.util.Vector list)
           
 
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
 

Field Detail

exlist

private java.util.Vector exlist
Constructor Detail

SCMethodException

public SCMethodException()
Method Detail

get_exlist

java.util.Vector get_exlist()

set_exlist

void set_exlist(java.util.Vector list)