com.metamatrix.common.util
Class PropertiesUtils.InvalidPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.metamatrix.core.MetaMatrixRuntimeException
                  extended by com.metamatrix.common.util.PropertiesUtils.InvalidPropertyException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropertiesUtils

public static class PropertiesUtils.InvalidPropertyException
extends MetaMatrixRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixRuntimeException
CAUSED_BY_STRING, serialVersionUID
 
Constructor Summary
PropertiesUtils.InvalidPropertyException(java.lang.String propertyName, java.lang.String value, java.lang.Class<?> expectedType, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.core.MetaMatrixRuntimeException
getCause, getChild, getClassShortName, getCode, getIntCode, initCause, setCode, setCode, superPrintStackTrace, superPrintStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesUtils.InvalidPropertyException

public PropertiesUtils.InvalidPropertyException(java.lang.String propertyName,
                                                java.lang.String value,
                                                java.lang.Class<?> expectedType,
                                                java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.