Package org.eclipse.tycho.core.resolver
Class TargetPlatformConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.tycho.core.resolver.TargetPlatformConfigurationException
-
- All Implemented Interfaces:
Serializable
public class TargetPlatformConfigurationException extends Exception
Indicates, that the target platform configuration is invalid. E.g. if an element (ws, arch, os) is missing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetPlatformConfigurationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TargetPlatformConfigurationException
public TargetPlatformConfigurationException(String message)
-
-