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

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

public class FubarException
extends RuntimeException

Wrapper os RuntimeException for situations that shouldn;t ever happen (e.g. I check that I have unique name, but get DuplicateNameException anyway). Basically something that shouldn't EVER happen happend. This exception makes it easier to find such places.

Author:
HonzaH
See Also:
Serialized Form

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

FubarException

public FubarException(Throwable cause)

FubarException

public FubarException(String message,
                      Throwable cause)

FubarException

public FubarException(String message)


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