RISC JKU
at.jku.risc.stout.urmc.util

Class ControlledException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    MalformedTermException


    public class ControlledException
    extends Exception
    Every exception which will be thrown by intention is a sub-class of this one. By catching this exception you will get all the controlled failure cases.
    Author:
    Alexander Baumgartner
    See Also:
    Serialized Form
    • Constructor Detail

      • ControlledException

        public ControlledException()
      • ControlledException

        public ControlledException(String message)
      • ControlledException

        public ControlledException(String message,
                           Throwable cause)
      • ControlledException

        public ControlledException(Throwable cause)