org.jboss.shrinkwrap.resolver.api
Class CoordinateBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.shrinkwrap.resolver.api.CoordinateBuildException
- All Implemented Interfaces:
- Serializable
public class CoordinateBuildException
- extends RuntimeException
Indicates that an error was encountered while building a new Coordinate from supplied properties.
- Author:
- Andrew Lee Rubinger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CoordinateBuildException
public CoordinateBuildException(String message)
- Creates a new instance with the specified message
- Parameters:
message -
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.