Package oracle.spatial.network.lod
Class MethodNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.spatial.network.lod.LODNetworkException
-
- oracle.spatial.network.lod.MethodNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class MethodNotSupportedException extends LODNetworkException
Thrown when an unsupported or invalid method is called.- Since:
- 11gR1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class oracle.spatial.network.lod.LODNetworkException
ERROR_CODE_TOOMANYPOINTS, ERROR_CODE_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description MethodNotSupportedException(java.lang.Exception ex)
MethodNotSupportedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class oracle.spatial.network.lod.LODNetworkException
getErrorCode
-
-