com.springsource.bundlor.support.propertysubstitution
Class VersionExpansionFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.springsource.bundlor.support.propertysubstitution.VersionExpansionFormatException
- All Implemented Interfaces:
- java.io.Serializable
public final class VersionExpansionFormatException
- extends java.lang.RuntimeException
This exception occurs if there is a problem with the format of the expansion string.
- Author:
- Andy Clement
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
expansionString
private java.lang.String expansionString
VersionExpansionFormatException
public VersionExpansionFormatException(java.lang.String expansion,
java.lang.String message)
getExpansionString
public java.lang.String getExpansionString()