org.plasma.common.app
Class InvalidPropertyNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.plasma.common.exception.PlasmaRuntimeException
                  extended by org.plasma.common.app.AppException
                      extended by org.plasma.common.app.InvalidPropertyNameException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyNameException
extends AppException

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 
Constructor Summary
InvalidPropertyNameException(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
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

name

public java.lang.String name
Constructor Detail

InvalidPropertyNameException

public InvalidPropertyNameException(java.lang.String name)
Method Detail

getName

public java.lang.String getName()


Copyright © 2013. All Rights Reserved.