|
||||||||||
| 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.apache.maven.dotnet.executable.ExecutionException
public class ExecutionException
Exception thrown for compiler errors.
| Constructor Summary | |
|---|---|
ExecutionException()
Constructs an ExecutionException with no exception message. |
|
ExecutionException(java.lang.String message)
Constructs an ExecutionException with the specified exception message. |
|
ExecutionException(java.lang.String message,
java.lang.Throwable cause)
Constructs an ExecutionException with the specified exception message and cause of the exception. |
|
ExecutionException(java.lang.Throwable cause)
Constructs an ExecutionException with the cause of the exception. |
|
| 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 ExecutionException()
ExecutionException with no exception message.
public ExecutionException(java.lang.String message)
ExecutionException with the specified exception message.
message - the exception message
public ExecutionException(java.lang.String message,
java.lang.Throwable cause)
ExecutionException with the specified exception message and cause of the exception.
message - the exception messagecause - the cause of the exceptionpublic ExecutionException(java.lang.Throwable cause)
ExecutionException with the cause of the exception.
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||