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

Package class diagram package MethodException
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.MethodException
All Implemented Interfaces:
Serializable

public class MethodException
extends RuntimeException

Unchecked exception that is used to wrap other exceptions thrown in some method. Used instead of checked InvocationTargetException in the parametrized primitives (ParamsAction and ParamsSense).

Author:
Honza Havlicek
See Also:
Serialized Form

Constructor Summary
MethodException(String message, Throwable cause)
           
 
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

MethodException

public MethodException(String message,
                       Throwable cause)


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