Class UnknownModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- be.atbash.runtime.packager.exception.PackagerException
-
- be.atbash.runtime.packager.exception.UnknownModuleException
-
- All Implemented Interfaces:
Serializable
public class UnknownModuleException extends PackagerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownModuleException(String 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
-
UnknownModuleException
public UnknownModuleException(String message)
-
-