net.sf.colossus.server
Class VariantSupport.VariantLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
VariantSupport.VariantLoadException(java.lang.String message, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariantSupport.VariantLoadException

public VariantSupport.VariantLoadException(java.lang.String message,
                                           java.lang.Throwable e)