org.jboss.shrinkwrap.resolver.api
Class CoordinateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.shrinkwrap.resolver.api.CoordinateParseException
- All Implemented Interfaces:
- Serializable
public class CoordinateParseException
- extends RuntimeException
Indicates that an error was encountered while parsing a new Coordinate from supplied properties or canonical
form.
- 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 |
CoordinateParseException
public CoordinateParseException(String message)
- Creates a new instance with the specified message
- Parameters:
message -
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.