Package com.opencloud.rhino.cmp
Class UnrecognisedTagNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.opencloud.rhino.cmp.UnrecognisedTagNameException
-
- All Implemented Interfaces:
Serializable
public class UnrecognisedTagNameException extends RuntimeException
Exception thrown by methods in
CMPFields
if an unrecognised CMP field tag name is specified.- Since:
- Rhino 2.6.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognisedTagNameException(String message)
Create anUnrecognisedTagNameException
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
-
UnrecognisedTagNameException
public UnrecognisedTagNameException(String message)
Create an
UnrecognisedTagNameException
with a detail message.- Parameters:
message
- the detail message.- Since:
- Rhino 2.6.1
-
-