|
SSH Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jscape.sscl.SSCLException
public class SSCLException
Thrown by SSCL class when an error occurs during processing of SSCL script.
| Constructor Summary | |
|---|---|
SSCLException(java.lang.String msg)
Constructs a new SSCLException instance. |
|
SSCLException(java.lang.String msg,
java.lang.Exception source)
Constructs a new SSCLException instance. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getSource()
Gets source exception which caused the error. |
| 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 |
|---|
public SSCLException(java.lang.String msg)
msg - the error message
public SSCLException(java.lang.String msg,
java.lang.Exception source)
msg - the error messagesource - the source exception which caused the error| Method Detail |
|---|
public java.lang.Exception getSource()
|
SSH Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||