|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mmbase.util.externalprocess.ProcessException
public class ProcessException
This excpetion is thrown when an external process failed.
| Constructor Summary | |
|---|---|
ProcessException()
Constructor for ProcessException. |
|
ProcessException(String message)
Constructor for ProcessException. |
|
ProcessException(String message,
Throwable cause)
Constructor for ProcessException. |
|
ProcessException(Throwable cause)
Constructor for ProcessException. |
|
| Method Summary |
|---|
| 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 ProcessException()
public ProcessException(String message)
message - public ProcessException(Throwable cause)
public ProcessException(String message,
Throwable cause)
message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||