throw exception-object
... throw new MyException("Description of problem"); ...
class MyException: ApplicationException{ public MyException(String problem): base(problem){ } }