com.springsource.bundlor.internal.propertysubstitution
Class VersionExpansionFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.springsource.bundlor.internal.propertysubstitution.VersionExpansionFormatException
All Implemented Interfaces:
java.io.Serializable

public 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

Field Summary
private  java.lang.String expansionString
           
private static long serialVersionUID
           
 
Constructor Summary
VersionExpansionFormatException(java.lang.String expansion, java.lang.String message)
           
 
Method Summary
 java.lang.String getExpansionString()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

expansionString

private java.lang.String expansionString
Constructor Detail

VersionExpansionFormatException

public VersionExpansionFormatException(java.lang.String expansion,
                                       java.lang.String message)
Method Detail

getExpansionString

public java.lang.String getExpansionString()