-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of
NestableRuntimeException
(#29)
- Loading branch information
Showing
3 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,16 +16,14 @@ | |
|
||
package net.sf.ezmorph; | ||
|
||
import org.apache.commons.lang.exception.NestableRuntimeException; | ||
|
||
/** | ||
* A <strong>MorphException</strong> indicates that a call to | ||
* <code>Morpher.morph()</code> has failed to complete successfully.<br> | ||
* Based on common-beauntils ConversionException.<br> | ||
* | ||
* @author Andres Almiray <a href="mailto:[email protected]">[email protected]</a> | ||
*/ | ||
public class MorphException extends NestableRuntimeException { | ||
public class MorphException extends RuntimeException { | ||
private static final long serialVersionUID = -540093801787033824L; | ||
|
||
// ----------------------------------------------------------- Constructors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters