Package net.sf.colossus.server
Class VariantSupport.VariantLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.colossus.server.VariantSupport.VariantLoadException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- VariantSupport
private static class VariantSupport.VariantLoadException extends java.lang.Exception
A helper class to store the exception that happened during VariantLoading together with the task during which that happened.
-
-
Constructor Summary
Constructors Constructor Description VariantLoadException(java.lang.String message, java.lang.Throwable e)
-