Package org.genesys.taxonomy.checker
Class TaxonomyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.genesys.taxonomy.checker.TaxonomyException
-
- All Implemented Interfaces:
Serializable
public class TaxonomyException extends Exception
The Class TaxonomyException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaxonomyException(String msg)Instantiates a new taxonomy exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TaxonomyException
public TaxonomyException(String msg)
Instantiates a new taxonomy exception.- Parameters:
msg- the msg
-
-