Package owl.run.modules
Class OwlModuleRegistry.OwlModuleNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- owl.run.modules.OwlModuleRegistry.OwlModuleNotFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OwlModuleRegistry
public static class OwlModuleRegistry.OwlModuleNotFoundException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
name
OwlModuleRegistry.Type
type
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
type
public final OwlModuleRegistry.Type type
-
name
public final String name
-
-