Package com.osohq.oso

Class Exceptions.PolarRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Exceptions.DuplicateClassAliasError, Exceptions.DuplicateInstanceRegistrationError, Exceptions.FileLoadingError, Exceptions.InlineQueryFailedError, Exceptions.InstantiationError, Exceptions.InvalidAttributeError, Exceptions.InvalidCallError, Exceptions.InvalidConstructorError, Exceptions.InvalidIteratorError, Exceptions.MissingConstructorError, Exceptions.NullByteInPolarFileError, Exceptions.PolarFileExtensionError, Exceptions.PolarFileNotFoundError, Exceptions.PolarTypeError, Exceptions.StackOverflowError, Exceptions.UnexpectedPolarTypeError, Exceptions.UnimplementedOperation, Exceptions.UnregisteredClassError, Exceptions.UnregisteredInstanceError, Exceptions.UnsupportedError
Enclosing class:
Exceptions

public static class Exceptions.PolarRuntimeException extends Exceptions.OsoException
Generic runtime exception.
See Also:
  • Constructor Details

    • PolarRuntimeException

      public PolarRuntimeException(String msg, Map<String,Object> details)
    • PolarRuntimeException

      public PolarRuntimeException(String msg)