|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--blackboard.platform.plugin.BadPackageDefException
Class to encapsulate errors in a package manifest. The errors are collected into the warnings vector. A single package may contain several fatal errors.
| Constructor Summary | |
BadPackageDefException()
Default constructor. |
|
BadPackageDefException(java.lang.String msg)
Constructor that sets the message to display with this exception. |
|
BadPackageDefException(java.lang.String msg,
java.util.Vector warnings)
Constructor that takes all available information about the exception |
|
BadPackageDefException(java.util.Vector warnings)
Constructor that sets the warnings to attach to this exception. |
|
| Method Summary | |
java.util.Vector |
getWarnings()
Returns the warnings associated with this exception. |
| 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 |
public BadPackageDefException()
public BadPackageDefException(java.lang.String msg)
msg - Message to displaypublic BadPackageDefException(java.util.Vector warnings)
warnings - Vector of ValidationWarning objects.
public BadPackageDefException(java.lang.String msg,
java.util.Vector warnings)
msg - Message to displaywarnings - Vector of ValidationWarning objects| Method Detail |
public java.util.Vector getWarnings()
ValidationWarning objects.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||