Package org.eclipse.tycho.model
Class ModelFileSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.tycho.model.ModelFileSyntaxException
-
- All Implemented Interfaces:
Serializable
public class ModelFileSyntaxException extends RuntimeException
Thrown for some syntax errors in model files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelFileSyntaxException(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
-
ModelFileSyntaxException
public ModelFileSyntaxException(String message)
-
-