Assuming you mean checked exceptions, you cannot. Usually I get an exception, but extend it to RuntimeException, for example.
try {
} catch (SomeCheckedException e) {
throw new WorldHasGoneMadException(e);
}
- WorldHasGoneMadException , - . "- ", " , , , ".
, , , . :)