com.ptc.windchill.upgrade.modeldiff
Class AddConstraints.ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.upgrade.modeldiff.AddConstraints.ExecutionException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- Enclosing class:
- AddConstraints
- public final class AddConstraints.ExecutionException
- extends WTException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
processOutput_
private String processOutput_
AddConstraints.ExecutionException
AddConstraints.ExecutionException(Throwable throwable,
String message)
- Creates a new Exception that holds a (throwable, message, null output_string).
- Parameters:
throwable
- The exception from the other thread.message
- If available, this is an explanation or the exception.
AddConstraints.ExecutionException
AddConstraints.ExecutionException(String message,
String process_output)
- Creates a new Exception that holds a (null throwable, message, output_string).
- Parameters:
message
- If available, this is an explanation of the exception.process_output
- The output that a the SQLPlus session would output to the console,
if you performed this execution manually.
AddConstraints.ExecutionException
AddConstraints.ExecutionException(String message)
- Creates a new Exception that holds a (null throwable, message, null output_string).
- Parameters:
message
- If available, an explanation of the exception.
getProcessOutput
public String getProcessOutput()
- Deliver the saved the output from the SQLPlus session.
- Returns:
- The other thread's output during an SQLPlus session.