This script outputs the google search URL required for search on edocs documentation.
This script outputs the banner required for edocs documentation.
This script outputs the google search parameters required for search on edocs documentation.
DeploymentUnitBuildException (AquaLogic Data Services Platform API)
com.bea.dsp.management.exceptions
Class DeploymentUnitBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.dsp.management.exceptions.ManagementException
com.bea.dsp.management.exceptions.DeploymentUnitBuildException
All Implemented Interfaces: java.io.Serializable
public class DeploymentUnitBuildException extends ManagementException
See Also: Serialized Form
Field Summary
static java.lang.String
LS
Method Summary
java.util.List<java.lang.String>
getValidationMessages ()
java.lang.Throwable
initCause (java.lang.Throwable cause)
Note that this method slightly modifies the contract of the corresponding
parent method by allowing multiple calls with null as argument.
void
printStackTrace (java.io.PrintStream s)
void
printStackTrace (java.io.PrintWriter s)
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
LS
public static final java.lang.String LS
DeploymentUnitBuildException
public DeploymentUnitBuildException (java.util.List<java.lang.String> validationMessages)
getValidationMessages
public java.util.List<java.lang.String> getValidationMessages ()
initCause
public java.lang.Throwable initCause (java.lang.Throwable cause)
Note that this method slightly modifies the contract of the corresponding
parent method by allowing multiple calls with null as argument.
Overrides: initCause
in class java.lang.Throwable
Parameters: cause
- May be null .
printStackTrace
public void printStackTrace (java.io.PrintStream s)
Overrides: printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace (java.io.PrintWriter s)
Overrides: printStackTrace
in class java.lang.Throwable
Copyright © 2007 BEA Systems Inc. All Rights Reserved.