Package com.osohq.oso
Class Exceptions.UnimplementedOperation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.osohq.oso.Exceptions.OsoException
-
- com.osohq.oso.Exceptions.PolarRuntimeException
-
- com.osohq.oso.Exceptions.UnimplementedOperation
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.UnimplementedOperation extends Exceptions.PolarRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnimplementedOperation(String operation)
-
Method Summary
-
Methods inherited from class com.osohq.oso.Exceptions.OsoException
getDetails
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnimplementedOperation
public UnimplementedOperation(String operation)
-
-