org.smartcomps.twister.engine.exception
Class UninitializedVariableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.smartcomps.twister.engine.exception.EngineRuntimeException
                          |
                          +--org.smartcomps.twister.engine.exception.ExecutionException
                                |
                                +--org.smartcomps.twister.engine.exception.UninitializedVariableException
All Implemented Interfaces:
java.io.Serializable

public class UninitializedVariableException
extends ExecutionException

Thrown when a variable that has not been initialized must be manipulated. Corresponds to the bpws:uninitializedVariable fault.

See Also:
Serialized Form

Constructor Summary
UninitializedVariableException(java.lang.String s)
           
UninitializedVariableException(java.lang.String s, java.lang.Throwable throwable)
           
UninitializedVariableException(java.lang.Throwable throwable)
           
 
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

UninitializedVariableException

public UninitializedVariableException(java.lang.String s)

UninitializedVariableException

public UninitializedVariableException(java.lang.String s,
                                      java.lang.Throwable throwable)

UninitializedVariableException

public UninitializedVariableException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.