Package org.apache.nemo.common.exception
Class InvalidUserMainException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.nemo.common.exception.InvalidUserMainException
-
- All Implemented Interfaces:
Serializable
public final class InvalidUserMainException extends Exception
InvalidUserMainException. Thrown when an application's main class is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidUserMainException(String message)
InvalidUserMainException.InvalidUserMainException(Throwable cause)
InvalidUserMainException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-