Package com.opencloud.rhino.cmp
Class UnrecognisedFieldNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.opencloud.rhino.cmp.UnrecognisedFieldNameException
-
- All Implemented Interfaces:
Serializable
public class UnrecognisedFieldNameException extends RuntimeException
Exception thrown by methods in
CMPFields
if an arbitrary CMP field name is referenced but support for arbitrary CMP fields has not been enabled.- Since:
- Rhino 2.4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognisedFieldNameException(String message)
Create anUnrecognisedFieldNameException
with a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecognisedFieldNameException
public UnrecognisedFieldNameException(String message)
Create an
UnrecognisedFieldNameException
with a detail message.- Parameters:
message
- the detail message.- Since:
- Rhino 2.4.0
-
-