com.gentics.api.lib.exception
Class UnknownPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.exception.NodeException
              extended by com.gentics.api.lib.exception.UnknownPropertyException
All Implemented Interfaces:
java.io.Serializable

public class UnknownPropertyException
extends NodeException

Exception that is thrown when an unknown property should be manipulated

See Also:
Serialized Form

Constructor Summary
UnknownPropertyException()
          Create an instance of the exception
UnknownPropertyException(java.lang.String message)
          Create an instance of the exception with a message
UnknownPropertyException(java.lang.String message, java.lang.Throwable cause)
          Create an instance of the exception
 
Method Summary
 
Methods inherited from class com.gentics.api.lib.exception.NodeException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Constructor Detail

UnknownPropertyException

public UnknownPropertyException()
Create an instance of the exception


UnknownPropertyException

public UnknownPropertyException(java.lang.String message)
Create an instance of the exception with a message

Parameters:
message - message of the exception

UnknownPropertyException

public UnknownPropertyException(java.lang.String message,
                                java.lang.Throwable cause)
Create an instance of the exception

Parameters:
message - message of the exception
cause - cause of the exception


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.