cz.cuni.amis.pogamut.sposh.exceptions
Class StateInstantiationException

Package class diagram package StateInstantiationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.pogamut.sposh.exceptions.StateInstantiationException
All Implemented Interfaces:
Serializable

public class StateInstantiationException
extends RuntimeException

During automatic instantiation of state primitives, there can happen multiple exceptions that I can't bubble up nor ignore (e.g. state class can't be instantiated). This is a wrapper exception class for them.

Author:
Honza
See Also:
Serialized Form

Constructor Summary
StateInstantiationException(String msg)
           
StateInstantiationException(String msg, Exception ex)
           
 
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

StateInstantiationException

public StateInstantiationException(String msg,
                                   Exception ex)

StateInstantiationException

public StateInstantiationException(String msg)


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.