com.gentics.api.lib.exception
Class UnknownPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.exception.UnknownPropertyException
- All Implemented Interfaces:
- Serializable
public class UnknownPropertyException
- extends NodeException
Exception that is thrown when an unknown property should be manipulated
- See Also:
- Serialized Form
UnknownPropertyException
public UnknownPropertyException()
- Create an instance of the exception
UnknownPropertyException
public UnknownPropertyException(String message)
- Create an instance of the exception with a message
- Parameters:
message
- message of the exception
UnknownPropertyException
public UnknownPropertyException(String message,
Throwable cause)
- Create an instance of the exception
- Parameters:
message
- message of the exceptioncause
- cause of the exception
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.